Package com.eastmountain.chinese.lessontree

Examples of com.eastmountain.chinese.lessontree.LessonTreePanel


            constraints = new GridBagConstraints();

            // constraints.fill = GridBagConstraints.VERTICAL;
            constraints.insets = new Insets( 2, 2, 2, 2 );

            lessonTreePanel = new LessonTreePanel();
            lessonTreePanel.setPreferredSize( new Dimension( 200, COMPONENT_HEIGHT ) );

            flashcardPanel = new JPanel( new GridBagLayout() );
            flashcardPanel = new JPanel( new BorderLayout() );
View Full Code Here

TOP

Related Classes of com.eastmountain.chinese.lessontree.LessonTreePanel

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.