I\'m trying to figure out what a Java applet\'s class file is doing under the hood. Opening it up with Notepad or Textpad just shows a bunch of gobbledy-gook.
Is the
jd-gui is the best decompiler at the moment. it can handle newer features in Java, as compared to the getting-dusty JAD.