Пример #1
0
 /** This is overridden to set the height to match that of the JTable. */
 public void setBounds(int x, int y, int w, int h) {
   super.setBounds(x, 0, w, JTreeTable.this.getHeight());
 }