Package jcomicdownloader.frame

Examples of jcomicdownloader.frame.ChoiceFrame


                    {

                        // 避免在NapKin Look and Feel下發生錯誤( JRE 7的問題)
                        setSkin( ComicDownGUI.getDefaultSkinClassName() );

                        ChoiceFrame choiceFrame;
                        if ( modifySelected )
                        {
                            choiceFrame = new ChoiceFrame(
                                    "重新選擇欲下載的集數 [" + title + "]", true, modifyRow, title, urlString );
                        }
                        else
                        {

                            choiceFrame = new ChoiceFrame( title, urlString );


                        }

                        setSkin( SetUp.getSkinClassName() );
View Full Code Here

TOP

Related Classes of jcomicdownloader.frame.ChoiceFrame

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.