JCB - A Java Class Browser written in C++ using WTL






4.67/5 (3 votes)
Aug 24, 2000

75222

1214
A Java Class Browser written in C++ using WTL
Introduction
JCB is my first program I wrote using WTL (Windows Template Library). WTL is an ATL based wrapper around the windowing portions of the Win32 API.
Features of JCB Version 1.1
- Reads a java class file (.class).
- Shows the fields and methods of the class.
- Shows the innerclasses of the class.