Package jcomicdownloader.frame

Examples of jcomicdownloader.frame.InformationFrame


                        public void run()
                        {
                            // 避免在NapKin Look and Feel下發生錯誤( JRE 7的問題)
                            setSkin( ComicDownGUI.getDefaultSkinClassName()  );
                            new InformationFrame();
                            setSkin( SetUp.getSkinClassName() );
                        }
                    } );
                }
            } ).start();
View Full Code Here

TOP

Related Classes of jcomicdownloader.frame.InformationFrame

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.