You will be redirected to our new website in 5 seconds...
If you are not automatically taken to our new web site,
please click on the hyperlink :
http://jodd.org
Jodd
build: 309
updated: Jun 17 2008
 

SourceForge.net Logo

freebsd  Support this project

home Home | download | home Contact | SourceForge | File Releases releases | News news |  
SwingSpy

Jodd provides simple SwingSpy. Add jodd.jar to classpath (if it is not already there;) and somewhere at the beginning invoke the following code:

		try {
			Class.forName("jodd.swing.spy.SwingSpy").getMethod("install").invoke(null);
		} catch (Exception e) {
			System.err.println("SwingSpy is not installed... " + e.toString());
		}
			

Then, on hot key combination (ctrl+shift+click) user might experience the following: