BiomFrame
Class JPGridBag

java.lang.Object
  |
  +--java.awt.GridBagConstraints
        |
        +--BiomFrame.JPGridBag

class JPGridBag
extends java.awt.GridBagConstraints

JPGridBag : Implements GridBagConstraints complex JDK 1.1 constructor for 1.0 compatibility

See Also:
Serialized Form

Fields inherited from class java.awt.GridBagConstraints
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, minHeight, minWidth, NONE, NORTH, NORTHEAST, NORTHWEST, RELATIVE, REMAINDER, serialVersionUID, SOUTH, SOUTHEAST, SOUTHWEST, tempHeight, tempWidth, tempX, tempY, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
JPGridBag(int gridx_, int gridy_, int gridwidth_, int gridheight_, double weightx_, double weighty_, int anchor_, int fill_, java.awt.Insets insets_, int ipadx_, int ipady_)
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

JPGridBag

public JPGridBag(int gridx_,
                 int gridy_,
                 int gridwidth_,
                 int gridheight_,
                 double weightx_,
                 double weighty_,
                 int anchor_,
                 int fill_,
                 java.awt.Insets insets_,
                 int ipadx_,
                 int ipady_)