/[classpath]/classpath/java/awt/GridBagLayoutInfo.java
ViewVC logotype

Diff of /classpath/java/awt/GridBagLayoutInfo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Sat Jun 28 21:02:29 2003 UTC revision 1.3 by mkoch, Tue Jul 1 08:33:16 2003 UTC
# Line 47  class GridBagLayoutInfo implements Seria Line 47  class GridBagLayoutInfo implements Seria
47  {  {
48    private static final long serialVersionUID = -4899416460737170217L;    private static final long serialVersionUID = -4899416460737170217L;
49    
50    int x = 0;    int pos_x;
51    int y = 0;    int pos_y;
52    int cols;    int cols;
53    int rows;    int rows;
54    int colWidths[];    int colWidths[];
# Line 58  class GridBagLayoutInfo implements Seria Line 58  class GridBagLayoutInfo implements Seria
58    
59    GridBagLayoutInfo (int cols, int rows)    GridBagLayoutInfo (int cols, int rows)
60    {    {
61        this.pos_x = 0;
62        this.pos_y = 0;
63      this.cols = cols;      this.cols = cols;
64      this.rows = rows;      this.rows = rows;
65      this.colWidths = new int [cols];      this.colWidths = new int [cols];

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26