ComponentInspector
ComponentInspector copied to clipboard
Java Desktop (JavaFX and Swing) Component Inspector on mouse over
Here are instructions for adding to a gradle build, thought others might find it useful... `compile(group: 'com.tangorabox', name: 'component-inspector-fx', version: '1.1.0-java8')`
This commit adds the `Automatic-Module-Name` attribute to the jar manifests of `component-inspector-core`, `component-inspector-fx` and `component-inspector-swing` and sets its value to `componentinspector.core`, `componentinspector.fx` and `componentinspector.swing`, respectively. This allows modular Java 9...