public class UIManagerDefaultsViewer extends Object implements ActionListener, ItemListener
| Modifier and Type | Class and Description |
|---|---|
static class |
UIManagerDefaultsViewer.SafeIcon
Thanks to Jeanette for the use of this code found at:
https://jdnc-incubator.dev.java.net/source/browse/jdnc-incubator/src/
kleopatra
/java/org/jdesktop/swingx/renderer/UIPropertiesViewer.java?rev=1.2
&view=markup
Some ui-icons misbehave in that they unconditionally class-cast to the
component type they are mostly painted on.
|
| Constructor and Description |
|---|
UIManagerDefaultsViewer() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
JComponent |
getContentPane() |
JMenuBar |
getMenuBar() |
void |
itemStateChanged(ItemEvent e) |
static void |
main(String[] args) |
void |
resetComponents() |
public JComponent getContentPane()
public JMenuBar getMenuBar()
public void resetComponents()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic static void main(String[] args)
Copyright © 2021. All rights reserved.