Update of /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/ui/components
In directory sc8-pr-cvs1:/tmp/cvs-serv28037/src/org/devaki/nextobjects/ui/components
Modified Files:
CustomTable.java
Log Message:
Optimize "save" function.
Small checkstyle optimization.
Index: CustomTable.java
===================================================================
RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/ui/components/CustomTable.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CustomTable.java 11 Feb 2003 12:04:41 -0000 1.2
--- CustomTable.java 24 May 2003 18:50:46 -0000 1.3
***************
*** 40,44 ****
if(!autoResize)
{
! this.setAutoResizeMode(this.AUTO_RESIZE_OFF);
}
// Define the selection mode for the rows
--- 40,44 ----
if(!autoResize)
{
! this.setAutoResizeMode(CustomTable.AUTO_RESIZE_OFF);
}
// Define the selection mode for the rows
|