Examples of InformationFrame


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
Copyright © 2018 www.massapi.com. 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.