jodd.swingspy.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jodd-swingspy Show documentation
Show all versions of jodd-swingspy Show documentation
Jodd SwingSpy is standalone tool for exploring the swing UI components.
// Copyright (c) 2003-2014, Jodd Team (jodd.org). All Rights Reserved.
/**
* 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.
*/
package jodd.swingspy;