Package datasoul.config

Examples of datasoul.config.ConfigFrame


    /**
     * @return the configFrame
     */
    public ConfigFrame getConfigFrame() {
        if (configFrame == null){
            configFrame = new ConfigFrame();
            configFrame.setLocationRelativeTo(datasoulMainForm);
        }
        return configFrame;
    }
View Full Code Here


        TemplateManagerForm tmf = ObjectManager.getInstance().getTemplateManagerForm();
        tmf.setVisible(true);
    }//GEN-LAST:event_btnTemplatesActionPerformed

    private void btnConfigActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnConfigActionPerformed
        ConfigFrame cf = ObjectManager.getInstance().getConfigFrame();
        cf.setVisible(true);
    }//GEN-LAST:event_btnConfigActionPerformed
View Full Code Here

TOP

Related Classes of datasoul.config.ConfigFrame

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.