Package datasoul.config

Examples of datasoul.config.BackgroundConfigFrame


    /**
     * @return the backgroundConfigFrame
     */
    public BackgroundConfigFrame getBackgroundConfigFrame() {
        if (backgroundConfigFrame == null){
            backgroundConfigFrame = new BackgroundConfigFrame();
            backgroundConfigFrame.setLocationRelativeTo(datasoulMainForm);
        }
        return backgroundConfigFrame;
    }
View Full Code Here


            p.setVisible(true);
        }
    }//GEN-LAST:event_btnPrintActionPerformed

    private void btnBackgroundActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnBackgroundActionPerformed
        BackgroundConfigFrame bcf = ObjectManager.getInstance().getBackgroundConfigFrame();
        bcf.setVisible(true);
    }//GEN-LAST:event_btnBackgroundActionPerformed
View Full Code Here

TOP

Related Classes of datasoul.config.BackgroundConfigFrame

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.