Fix case where JOptionPane could pass a null
Fix some style issues in SwingUtilities.java and
Updated jars, built from TOT.
support insets in GridLayout and add a default
forgot to land this in the previous commit
fix issue with invalidate() where layout of parent
switch JOptionPane to keeping its own mapping
clean up client property code; use a hashmap in...
make our joptionpane dialogs modal and remove
remove accidental print statement
make Component.getFont() return the system font
fix tabbed pane preferred size calculation;
add support for using JOptionPane as a component
fix a couple issues with dialogs closing
cleanup: rewrite logic to avoid an extra inner
move property change stuff from JComponent to C...
work around swt default button issue
tweak button sizes
right align the joption pane buttons
Tweak JOptionPane dialog more.
fix jbutton sizing on OSX (regressed in 0.91)
more JOptionPane improvements
Improved JOptionPane.showOptionDialog() impleme...