Package jcomicdownloader.frame

Examples of jcomicdownloader.frame.LogFrame


                    public void run()
                    {
                        // 避免在NapKin Look and Feel下發生錯誤( JRE 7的問題)
                        setSkin( ComicDownGUI.getDefaultSkinClassName()  );
                        logFrame = new LogFrame();
                        setSkin( SetUp.getSkinClassName() );

                        // 解決部分Look and Feel在OS X下不支援command + c/v 的問題
                        if ( Common.isMac() )
                        {
View Full Code Here

TOP

Related Classes of jcomicdownloader.frame.LogFrame

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.