Removed open book window column heading

This commit is contained in:
2018-09-13 15:46:52 +01:00
parent 6157eea4da
commit aa9d7993d6

View File

@@ -110,6 +110,7 @@ public class OpenBookPanel extends JPanel {
table.setDefaultRenderer(BookPanel.class, new BookCellRenderer());
table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
table.setRowHeight(80);
table.getTableHeader().setUI(null);
scroll.setViewportView(table);
} catch (Exception e) {
e.printStackTrace();