fixed background colour

This commit is contained in:
Denis Molony 2019-08-01 18:41:37 +10:00
parent 3785b29449
commit ea00bbb94f

View File

@ -50,7 +50,7 @@ class DiskLayoutPanel extends JPanel
sp = new JScrollPane (diskLayoutImage, VERTICAL_SCROLLBAR_ALWAYS,
HORIZONTAL_SCROLLBAR_ALWAYS);
sp.setBackground (Color.WHITE);
sp.getViewport ().setBackground (Color.WHITE);
sp.setColumnHeaderView (horizontalRuler);
sp.setRowHeaderView (verticalRuler);
sp.setBorder (null);