ComponentInspector icon indicating copy to clipboard operation
ComponentInspector copied to clipboard

Java Desktop (JavaFX and Swing) Component Inspector on mouse over

Results 2 ComponentInspector issues
Sort by recently updated
recently updated
newest added

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...