All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jodd.swingspy.package-info Maven / Gradle / Ivy

There is a newer version: 3.9
Show newest version
// 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy