Package rex.graphics

Examples of rex.graphics.StatusBar


       * 3rd August 2006
       */
      //resultPane.add(  new JLabel("")
       //              , BorderLayout.CENTER);

      statusBar = new StatusBar();
          
      this.setLayout(new BorderLayout());
        this.add(new JSplitPane(JSplitPane.VERTICAL_SPLIT
                                      , editorPane
                                      , resultPane )
View Full Code Here

TOP

Related Classes of rex.graphics.StatusBar

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.