Package org.analyse.core.gui.panel

Examples of org.analyse.core.gui.panel.Navigator


        //this.add(BorderLayout.EAST, new AnalyseBar(Constantes.RELEASE));
        this.setBorder(BorderFactory.createEtchedBorder());
      }
    });
    /* Centre */
    navigator = new Navigator(this);
    Main.splash.setProgress(50);

    center = new JPanel(new BorderLayout());
    center.add(BorderLayout.WEST, navigator);
    center.add(BorderLayout.CENTER, new JPanel());
View Full Code Here

TOP

Related Classes of org.analyse.core.gui.panel.Navigator

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.