Previous Next        Current Page: NeXtMidas Training / Macros - Part 2 (Graphics) / Intro to Graphics / AWT / Intro to GCONTROL
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
   - Intro to Graphics   
      - Widget Toolkits   
      - AWT   
         - Intro to PANEL   
         - Intro to GCONTROL   
      - Swing   
         - LOOKANDFEEL   
         - LOOKANDFEEL (ctd.)   
   + GControls   
   + Lab 1 - Macro Graphics   
   + Plotting and Listing   
   + Panel Setup   
   + Lab 2 - Macro Graphics   
   + Conclusion   
   + Lab 3 - Macro Graphics   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • Introduction to the GCONTROL Command:
    • The GCONTROL command allows controls to be easily created from inside a macro.
    • Any controls created with GCONTROL are automatically added to the Controls Section of the panel.
      • A panel must already be up before any controls can be added.
      • Controls are added to the panel in the order they are specified in the macro.

back