Package diva.gui.toolbox

Examples of diva.gui.toolbox.JStatusBar


        setJMenuBar(new JMenuBar());

        JPanel contentPane = (JPanel) getContentPane();
        _toolBarPane = new JPanel();
        _toolBar = new JToolBar();
        _statusBar = new JStatusBar();
        _desktopPane = new JDesktopPane();
        _desktopPane.setBackground(contentPane.getBackground());
        _palettePane = palette;
        _splitPane = new JSplitPane();
        _splitPane.setLeftComponent(_palettePane);
View Full Code Here

TOP

Related Classes of diva.gui.toolbox.JStatusBar

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.