Package jodd.swingspy

SwingSpy examines swing layouts.

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.
 

Package jodd.swingspy Description

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... ");
 }
 

When SwingSpy is installed, you can invoke it by pressing SHIFT + CTRL + click hot-key combination.



Copyright © 2003-2012 Jodd Team