Click here to Skip to main content
15,867,453 members
Articles / Desktop Programming / WTL
Article

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

Rate me:
Please Sign up or sign in to vote.
4.67/5 (3 votes)
23 Aug 2000 74.3K   1.2K   18   3
A Java Class Browser written in C++ using WTL

Sample Image

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.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Belgium Belgium
Programmer since 1991 using C/C++/Visual Basic and Java. Playing with wxWindows at home.

Comments and Discussions

 
GeneralVery nice! Pin
C. Augusto Proiete19-Jun-03 5:59
C. Augusto Proiete19-Jun-03 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.