Package com.eastmountain.chinese.gui

Examples of com.eastmountain.chinese.gui.FileChooser


        System.out.println( "****** HZFlashcardsDataModel.saveList() invoked" );

        if ( ! ( chineseElementProperties  == null ) ) {

            FileChooser fileChooser = new FileChooser();

            int returnVal = fileChooser.showSaveDialog( null );

            if ( returnVal == JFileChooser.APPROVE_OPTION) {

                outputFile = fileChooser.getSelectedFile().getName();

                writeXML( chineseElementProperties, outputFile );

                System.out.println( "\nOpening: " + outputFile + "\n" );

View Full Code Here

TOP

Related Classes of com.eastmountain.chinese.gui.FileChooser

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.