Package com.main.gui

Examples of com.main.gui.JMini


    }

    public static JMini getMini() {
        if (mini == null) {
            carregandoDebug("Mini");
            mini = new JMini(Carregador.getMe());
            Rectangle rectangle = Configuracoes.LOCAL_MINI.getValor();
            if (rectangle != null) {
                mini.setBounds(rectangle);
            }
            ColorUtils.registrar(mini);
View Full Code Here

TOP

Related Classes of com.main.gui.JMini

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.