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:
parent
540a3bcaab
commit
f4f406d9cf
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user