Package scalaExec.gui

Examples of scalaExec.gui.GBC


                 // for all selected files
              // approve toolbox
            // ActionPerformed
        });
                    
            scalaSciToolboxesPanel.add(helpPanel, new GBC(0, 0, 6, 1 ));
            scalaSciToolboxesPanel.add(buttonsPanel, new GBC(0, 1, 6, 1));
            scalaSciToolboxesPanel.add(new JLabel("Available ScalaSci Toolboxes for Loading: "), new GBC(0, 2, 1, 1));
            scalaSciToolboxesPanel.add(availableToolboxesScrollPane, new GBC(1, 2, 2, 1 ));
            scalaSciToolboxesPanel.add(new JLabel("  Currently Loaded ScalaSci Toolboxes:  "), new GBC(3, 2, 1, 1));
            scalaSciToolboxesPanel.add(loadedToolboxesScrollPane, new GBC(4, 2, 2, 1));
         
  return scalaSciToolboxesPanel;
 
                   
     }
View Full Code Here

TOP

Related Classes of scalaExec.gui.GBC

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.