swpchat.client.gui
Class GbcHandler

java.lang.Object
  |
  +--swpchat.client.gui.GbcHandler

public class GbcHandler
extends java.lang.Object

Offers function for setting membervariables of GridBagConstraints.


Constructor Summary
GbcHandler()
           
 
Method Summary
static java.awt.GridBagConstraints makegbc(int x, int y, int width, int height, int anchor)
          Sets membervariables of GridBagConstraints, required by GridBagLayout.
static java.awt.GridBagConstraints makegbc(int x, int y, int width, int height, int anchor, int fill)
          Sets membervariables of GridBagConstraints, required by GridBagLayout.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GbcHandler

public GbcHandler()
Method Detail

makegbc

public static java.awt.GridBagConstraints makegbc(int x,
                                                  int y,
                                                  int width,
                                                  int height,
                                                  int anchor)
Sets membervariables of GridBagConstraints, required by GridBagLayout.

makegbc

public static java.awt.GridBagConstraints makegbc(int x,
                                                  int y,
                                                  int width,
                                                  int height,
                                                  int anchor,
                                                  int fill)
Sets membervariables of GridBagConstraints, required by GridBagLayout.