edu.cmu.emulator.vis
Class GridBagLayoutDemo

java.lang.Object
  extended by edu.cmu.emulator.vis.GridBagLayoutDemo

public class GridBagLayoutDemo
extends Object


Field Summary
(package private) static boolean RIGHT_TO_LEFT
           
(package private) static boolean shouldFill
           
(package private) static boolean shouldWeightX
           
 
Constructor Summary
GridBagLayoutDemo()
           
 
Method Summary
static void addComponentsToPane(Container pane)
           
private static void createAndShowGUI()
          Create the GUI and show it.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shouldFill

static final boolean shouldFill
See Also:
Constant Field Values

shouldWeightX

static final boolean shouldWeightX
See Also:
Constant Field Values

RIGHT_TO_LEFT

static final boolean RIGHT_TO_LEFT
See Also:
Constant Field Values
Constructor Detail

GridBagLayoutDemo

public GridBagLayoutDemo()
Method Detail

addComponentsToPane

public static void addComponentsToPane(Container pane)

createAndShowGUI

private static void createAndShowGUI()
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.


main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.