set minimum to the java table

Thursday 31 March 2011
jt.getColumnModel().getColumn(1).setMinWidth(10);
jt.getColumnModel().getColumn(2).setMinWidth(10);
jt.getColumnModel().getColumn(3).setMinWidth(10);
jt.getColumnModel().getColumn(4).setMinWidth(10);
jt.getColumnModel().getColumn(5).setMinWidth(10);
jt.getColumnModel().getColumn(6).setMinWidth(10);

set minimum to the java table

0 comments:

Post a Comment