Skip to content
Snippets Groups Projects
Commit 0fbfbb59 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

tighten console display

parent 7fbe5fcd
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ public class SwingConsoleWindow extends JFrame
p1.add(issuesButton);
else System.out.println("Unable to support issues button, this installation does not support Java Desktop");
setSize(800, 600); // wide enough for typical paths
setSize(720, 600); // wide enough for typical paths
setLocation(80, 80);
setDefaultCloseOperation(HIDE_ON_CLOSE);
......
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