Class Deconstructor

I need some pointers to better tools for deconstructing a class file into the original code.I've seen a few tools - including the Java SDK tool.What do you guys use? I don't need anything visual, but I need to extract specific strings and UI components.
[276 byte] By [watertownjordana] at [2007-10-3 4:08:50]
# 1
Hmm, you should look at the finalize method and see if that's what you need. Java doesn't really do Deconstructors like C++.
SoulTech2012a at 2007-7-14 22:08:44 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Search the web for "Java decompilers" and remember that if you don't have source code for some class, it's most probably illegal to decompile that class into source code.
kirillga at 2007-7-14 22:08:44 > top of Java-index,Desktop,Developing for the Desktop...
# 3
I don't have the source at the moment, but I can get it - rather just work with what I got.
watertownjordana at 2007-7-14 22:08:44 > top of Java-index,Desktop,Developing for the Desktop...
# 4
I use "DJ Java Decompiler" and i love it.
anestikasa at 2007-7-14 22:08:44 > top of Java-index,Desktop,Developing for the Desktop...