Removed open book window column heading
This commit is contained in:
@@ -110,6 +110,7 @@ public class OpenBookPanel extends JPanel {
|
|||||||
table.setDefaultRenderer(BookPanel.class, new BookCellRenderer());
|
table.setDefaultRenderer(BookPanel.class, new BookCellRenderer());
|
||||||
table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
|
table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
|
||||||
table.setRowHeight(80);
|
table.setRowHeight(80);
|
||||||
|
table.getTableHeader().setUI(null);
|
||||||
scroll.setViewportView(table);
|
scroll.setViewportView(table);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user