tags:

views:

70

answers:

1

I am trying to figure out where in some Swing code a UI window is created. It is ~1 million lines of code (no joke), and I have done a reasonable amount of searching and debugging.

I am looking for a tool where I can click on a window in the UI and it will show me something about its Java code (name of an object, etc).

I am using Eclipse 3.5, and it would be convenient if the tool worked in Eclipse, as I already have the project set up.

Two packages I've seen advertised to do this:

Suggestions?

+1  A: 

Swing explorer met my needs.

Maybe I should close this question.

dfrankow
No, just "accept" your own answer. Someone else may find this useful.
Nemi