// public void doLayout() {
// super.doLayout();
// }
};
table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
table.setUI(new ITunesTableUI());
table.setShowGrid(false);
JScrollPane scrollPane = new JScrollPane(table);
scrollPane.setBorder(BorderFactory.createEmptyBorder());