/[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.36 by abalkiss, Mon Jul 25 14:48:53 2005 UTC revision 1.37 by langel, Thu Jul 28 19:37:53 2005 UTC
# Line 1469  public class JTable extends JComponent Line 1469  public class JTable extends JComponent
1469      revalidate();      revalidate();
1470      repaint();      repaint();
1471    }    }
1472      
1473      /**
1474       * Sets the value of the rowHeight property for the specified
1475       * row.
1476       *
1477       * @param rh is the new rowHeight
1478       * @param row is the row to change the rowHeight of
1479       */
1480      public void setRowHeight(int rh, int row)
1481      {
1482         setRowHeight(rh);
1483         // FIXME: not implemented
1484      }
1485      
1486    /**    /**
1487     * Set the value of the {@link #rowMargin} property.     * Set the value of the {@link #rowMargin} property.
1488     *     *

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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