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

colour for home button

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1689 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a730fe9b
No related branches found
No related tags found
No related merge requests found
......@@ -354,7 +354,7 @@ public class FileManager extends JFrame
super.paintComponent(g);
Graphics2D g2 = (Graphics2D)g;
g2.setColor(Color.gray);
g2.setColor(Color.blue);
float loc1[][] = { {3,14}, {11,3}, {19,14},
{17,14}, {17,18}, {5,18}, {5,14} };
g2.fill(makeShape(loc1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment