I\'m not sure how useful this would be, but I thought it might be neat to visualize the objects being used in my program and which objects are being referenced from where. I\'m
A profiler would allow you to see what objects are created at runtime. This is the output of JProfiler for instance:
(source: ej-technologies.com)