"Add Texture");
toolBar.add(button);
toolBar.addSeparator();
add(toolBar, BorderLayout.PAGE_START);
table = new JTable(new modfTableModel(obj.modf, obj.mwmo));
//table.setPreferredScrollableViewportSize(new Dimension(70, 70));
//Create the scroll pane and add the table to it.
JScrollPane scrollPane = new JScrollPane(table);
scrollPane.addComponentListener(new