https://github.com/wglanzer/swingexplorer-idea
Integrates SwingExplorer into newer versions of IntelliJ IDEA
https://github.com/wglanzer/swingexplorer-idea
explorer idea intellij java plugin swing swingexplorer swingexplorer-plugin
Last synced: about 1 year ago
JSON representation
Integrates SwingExplorer into newer versions of IntelliJ IDEA
- Host: GitHub
- URL: https://github.com/wglanzer/swingexplorer-idea
- Owner: wglanzer
- License: gpl-3.0
- Created: 2016-06-02T06:26:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T15:44:19.000Z (over 3 years ago)
- Last Synced: 2025-04-26T02:52:31.402Z (about 1 year ago)
- Topics: explorer, idea, intellij, java, plugin, swing, swingexplorer, swingexplorer-plugin
- Language: Java
- Homepage:
- Size: 1.4 MB
- Stars: 17
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SwingExplorer plugin for Intellij IDEA.
[](https://travis-ci.org/wglanzer/swingexplorer-idea)
SwingExplorer is a tool for Java Swing application debugging.
This plugin integrates it into IntelliJ IDEA, to use it without external console
The plug-in was original contributed by Piotr Mlocek.
Modified by Werner Glanzer (See on GitHub).
# How to use this plugin?
If you install this plugin you see a small blue arrow icon in your toolbar.

It gets enabled, if a java run configuration was selected.
Click on it, and it will start your program, combined with the SwingExplorer.
The SwingExplorer will show up in a new window and looks like this:

On the left side you get a complete overview of your swing component tree. Doubleclick on any item to "select" it and display it inside the main window. In the main part you then get a browseable
overview of your component - just try hovering over a component there!
On the lower side there are different properties, the addition stacktrace, and much more.
# License
Fork of http://swing-explorer.googlecode.com/svn/trunk/swing-explorer-idea/
Original Author: Piotr Mlocek License: GNU LGPL v3