Skip to content
Snippets Groups Projects
Commit c1173ce0 authored by tjc's avatar tjc
Browse files

change border to dark grey

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15816 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 82fd2eb2
Branches
Tags
No related merge requests found
......@@ -301,7 +301,7 @@ public class BamView extends JPanel
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
jspView.setViewportBorder(BorderFactory.createMatteBorder(0, 0, 1, 0, Color.gray));
jspView.setViewportBorder(BorderFactory.createMatteBorder(0, 0, 1, 0, Color.DARK_GRAY));
Border empty = new EmptyBorder(0,0,0,0);
jspView.setBorder(empty);
jspView.getVerticalScrollBar().setUnitIncrement(8);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment