1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-27 12:46:22 +01:00

Remove the header on the instance list.

This commit is contained in:
sk89q 2015-02-20 01:38:27 -08:00
parent 540a3bcaab
commit f4f406d9cf

View File

@ -17,6 +17,7 @@ public class InstanceTable extends JTable {
setRowHeight(Math.max(getRowHeight() + 4, 20));
setIntercellSpacing(new Dimension(0, 0));
setFillsViewportHeight(true);
setTableHeader(null);
setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
}