| Class | Description |
|---|---|
| CaddyDialog |
JDialog that doesn't block.
|
| SwingSpy |
SwingSpy.
|
| SwingSpyGlassPane |
Glass pane for some spy effects.
|
| SwingSpyPanel |
SwingSpy GUI.
|
| SwingUtil |
Some common swing utilities.
|
Installation is simple, just add the following lines in your startup code:
try {
Class.forName("jodd.swingspy.SwingSpy").getMethod("install").invoke(null);
} catch (Exception e) {
System.err.println("SwingSpy is not installed... ");
}
Copyright © 2003-2013 Jodd Team