I am working on a large undocumented application written in swing / awt. I have to make changes to it, and I need to find out to which class the form belongs when I open it. Is there a way to do this through eclipse?
For example: I open the application and do something with the application, so some kind of frame opens. How to find out the class of this form? Can this be done through eclipse?
I know that I can trace the logic, but this is a very time-consuming and largely inefficient process, pieces of logic are either in jar or obfuscation files.
Thanks.
source share