Examples of InitialSettings


Examples of br.com.gmartins.simbler.helpers.InitialSettings

public class Principal extends javax.swing.JFrame {

    private static Principal instance;

    public Principal() {
        InitialSettings init = new InitialSettings(this);
        initComponents();
        init.setBackgroundColor(Colors.DEFAULT_BACKGROUND);
        init.centralizeFrame();
        setJMenuBar(new MenuBar().getMenu());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.