new Color(0xFF, 0xFF, 0xFF), null) }));
resourcesScrollPane = new JScrollPane(resourcesTable);
resourcesScrollPane.setPreferredSize(new Dimension(500, 130));
JPanel secondResourcesScrollPane = new JPanel();
secondResourcesScrollPane.setBorder(new TitledBorder(
new EtchedBorder(), GanttProject.correctLabel(getLanguage()
.getText("human"))));
secondResourcesScrollPane.add(resourcesScrollPane);
JButton bremove = new TestGanttRolloverButton(new ImageIcon(getClass()
.getResource("/icons/delete_16.gif")));