/[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.9.2.11 by gnu_andrew, Tue Aug 16 16:22:38 2005 UTC revision 1.9.2.12 by gnu_andrew, Sat Sep 10 15:31:49 2005 UTC
# Line 673  public class JTable extends JComponent Line 673  public class JTable extends JComponent
673      this.defaultEditorsByColumnClass = new Hashtable();      this.defaultEditorsByColumnClass = new Hashtable();
674      createDefaultEditors();      createDefaultEditors();
675    
676      this.autoResizeMode = AUTO_RESIZE_ALL_COLUMNS;      this.autoResizeMode = AUTO_RESIZE_SUBSEQUENT_COLUMNS;
677      this.rowHeight = 16;      this.rowHeight = 16;
678      this.rowMargin = 1;      this.rowMargin = 1;
679      this.rowSelectionAllowed = true;      this.rowSelectionAllowed = true;

Legend:
Removed from v.1.9.2.11  
changed lines
  Added in v.1.9.2.12

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