/[classpath]/classpath/javax/swing/JTable.java
ViewVC logotype

Diff of /classpath/javax/swing/JTable.java

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

revision 1.15 by mkoch, Thu Dec 16 16:09:28 2004 UTC revision 1.16 by mkoch, Thu Dec 16 19:10:04 2004 UTC
# Line 410  public class JTable extends JComponent Line 410  public class JTable extends JComponent
410      this.preferredScrollableViewportSize = new Dimension(450,400);      this.preferredScrollableViewportSize = new Dimension(450,400);
411      this.showHorizontalLines = true;      this.showHorizontalLines = true;
412      this.showVerticalLines = true;      this.showVerticalLines = true;
413      setInterCellSpacing(new Dimension(1,1));      setIntercellSpacing(new Dimension(1,1));
414      setTableHeader(new JTableHeader(columnModel));      setTableHeader(new JTableHeader(columnModel));
415      updateUI();      updateUI();
416    }    }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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