home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / prog / VJ11 / VJTRIAL.EXE / IE30Java.exe / classd.exe / java / awt / GridBagLayoutInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-27  |  571 b   |  13 lines

  1. package java.awt;
  2.  
  3. class GridBagLayoutInfo {
  4.    int width;
  5.    int height;
  6.    int startx;
  7.    int starty;
  8.    int[] minWidth = new int[128];
  9.    int[] minHeight = new int[128];
  10.    double[] weightX = new double[128];
  11.    double[] weightY = new double[128];
  12. }
  13.