From: Kurt R. <kr...@us...> - 2006-04-25 20:13:32
|
Update of /cvsroot/xframe/swing/src/net/sf/xframe/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/src/net/sf/xframe/swing Modified Files: JXTable.java Log Message: TODO comment removed Index: JXTable.java =================================================================== RCS file: /cvsroot/xframe/swing/src/net/sf/xframe/swing/JXTable.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** JXTable.java 23 Aug 2005 23:16:25 -0000 1.31 --- JXTable.java 25 Apr 2006 20:13:28 -0000 1.32 *************** *** 1595,1599 **** * where 0 is the first column * @return the <code>Component</code> under the event location - * TODO handle the renderer correctly across the KTables */ public Component prepareRenderer(final TableCellRenderer renderer, final int row, final int column) { --- 1595,1598 ---- |