Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

< Previous PageNext Page > Hide TOC

Java Swing

Radar #2884768

JMenu.getLocationOnScreen reports incorrect value for screen menu bar.

Description:

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.

Workaround:

None.

Radar #3168263

javax.swing.JFileChooser.rescanCurrentDirectory doesn't update the file listing.

Description:

If you move files into or out of a directory, javax.swing.JFileChooser.rescanCurrentDirectory does not reflect these changes as it should.

Workaround:

None.

Radar #3172089

Resizable windows have no indicator of a resize area.

Description:

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.

Workaround:

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.



< Previous PageNext Page > Hide TOC


Last updated: 2003-06-11




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice