The Disassembler Example
This program should let you choose a .class file and display
class information to the screen.
Disassembler.java contains the starting main().
Disassembler uses a set of classes for reading, parsing and creating information objects for the specified .class file.