JMenu.getLocationOnScreen reports incorrect value for screen menu bar.
When the menu bar is set to be at the top of the screen with apple.laf.useScreenMenuBar, getLocationOnScreen returns the location of JMenu components as if they were not in the menu bar.
None.
javax.swing.JFileChooser.rescanCurrentDirectory doesn't update the file listing.
If you move files into or out of a directory, javax.swing.JFileChooser.rescanCurrentDirectory does not reflect these changes as it should.
None.
Resizable windows have no indicator of a resize area.
By default, Java applications do not have the resize control in the bottom right corner that native Mac OS X applications have. Since many Java developers are not accustomed to having this resize control present when they design their user interface, the decision has been made to not include it by default.
If you do want the resize indicator in your windows, add the apple.awt.showGrowBox system property. Set it to true either at the command line, with the -D flag to java, or in your code with System.setProperty.
Last updated: 2003-06-11