Package org.jsurveylib.gui.swing

Examples of org.jsurveylib.gui.swing.SurveyMenu


            if (xmlConfigFile.contains("surveyLoadAnswers.xml")) {
                survey.loadXMLAnswers(new InputStreamReader(new FileInputStream("resultLoadAnswers.xml"), "UTF-8"));
            }
            setLayout(new BorderLayout());
            add(surveyPanel, BorderLayout.CENTER);
            setJMenuBar(new SurveyMenu(survey, this));           
        } catch (Exception e) {
            e.printStackTrace();
            System.exit(-1);
        }
View Full Code Here

TOP

Related Classes of org.jsurveylib.gui.swing.SurveyMenu

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.