-
Enhancement
-
Resolution: Fixed
-
P3
-
7u4
-
None
-
b40
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2224843 | 7u6 | Scott Kovatch | P3 | Closed | Fixed | b11 |
The Java Console window could be better on Mac OS X. Specifically:
- On the Mac, Lucida Grande is not a good font for reading lots of diagnostic output. It should be smaller, or, preferably a monospaced font.
- Use a smaller title bar for the console.
- The JScrollPane used puts a one-pixel border around the scroller, so the scroll view ends up being inset by a pixel all around the window. Scroll views that extend completely to the edges should not have any insets.
I was planning to check in these changes when I added the tray icon, but it was decided that these were UI issues and belonged in their own bug.
- On the Mac, Lucida Grande is not a good font for reading lots of diagnostic output. It should be smaller, or, preferably a monospaced font.
- Use a smaller title bar for the console.
- The JScrollPane used puts a one-pixel border around the scroller, so the scroll view ends up being inset by a pixel all around the window. Scroll views that extend completely to the edges should not have any insets.
I was planning to check in these changes when I added the tray icon, but it was decided that these were UI issues and belonged in their own bug.
- backported by
-
JDK-2224843 (mac) Java console UI needs updating on Mac OS X
-
- Closed
-