sp = new JScrollPane(treeTable,
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
sp.setPreferredSize(new Dimension(10, 10));
sp.setCorner(JScrollPane.UPPER_RIGHT_CORNER,
new JTableColumnVisibilityButton(treeTable, resources, " .*",
EVTaskList.TASK_COLUMN));
Box topBox = newVBox
(sp,
Box.createVerticalStrut(2),
buildTaskButtons(isRollup),