Subject: CVS commit: wip/java-charva
From: pancake ;)
Date: 2004-03-24 00:34:50
Message id: E1B5vQ2-0000tB-Jl@sc8-pr-cvs1.sourceforge.net

Log Message:
initial import of java-charva

DESCR:

CHARVA is a Java framework for presenting a "graphical" user interface,
composed of elements such as windows, dialogs, menus, textfields and buttons,
on a traditional character-cell ASCII terminal. It has an API based on that
of "Swing" (a.k.a. the Java Foundation Classes). Programmers familiar with
AWT and Swing will find programming CHARVA straightforward. User interfaces
can be designed on WYSIWYG IDEs such as Borland JBuilder and then easily
converted to CHARVA merely by changing the "import" statements to \ 
import the
"charva.awt and "charvax.swing" packages instead of the standard \ 
"java.awt"
and "javax.swing" packages.

TODO:

It depends on ncurses. but only builds with NO_BUILDLINK :///


Files:
RevisionActionfile
1.1importwip/java-charva/Makefile
1.1importwip/java-charva/PLIST
1.1importwip/java-charva/distinfo
1.1importwip/java-charva/DESCR
1.1importwip/java-charva/TODO