/[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.46 by rabbit78, Mon Sep 12 19:09:34 2005 UTC revision 1.47 by rabbit78, Tue Sep 20 14:46:18 2005 UTC
# Line 2402  public class JTable extends JComponent Line 2402  public class JTable extends JComponent
2402      return editor.getTableCellEditorComponent      return editor.getTableCellEditorComponent
2403        (this, getValueAt(row, column), isCellSelected(row, column), row, column);        (this, getValueAt(row, column), isCellSelected(row, column), row, column);
2404    }    }
2405    
2406      /**
2407       * This revalidates the <code>JTable</code> and queues a repaint.
2408       */
2409      protected void resizeAndRepaint()
2410      {
2411        revalidate();
2412        repaint();
2413      }
2414  }  }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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