|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| CaddyDialog | JDialog that doesn't block. |
| SwingSpy | SwingSpy. |
| SwingSpyGlassPane | Glass pane for some spy effects. |
| SwingSpyPanel | SwingSpy GUI. |
| SwingUtil | Some common swing utilities. |
SwingSpy examines swing layouts.
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... ");
}
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||