JFrames are not garbage collected when using the screen menu bar.
If the screen menu bar is enabled via com.apple.laf.useScreenMenuBar, JFrames with menu bars set with setJMenuBar may not be garbage collected. If many such frames are created and then closed, this may result in an OutOfMemoryError.
Explicitly remove the JMenuBar when disposing of the frame.
JOptionPane dialog buttons have mnemonics.
JOptionPane.showConfirmDialog displays Yes and No with an underscore under the Y and the N. These underscores should not be visible with the Aqua look and feel.
None.
JTextArea.setCaretPosition does not place caret correctly.
After appending text to a JTextArea and then calling setCaretPosition to set the caret at the end of the appended text, the caret is not always placed at the end of the text.
None.
Last updated: 2003-06-11