File: libjgoodies-forms-java-doc.README.Debian

package info (click to toggle)
libjgoodies-forms-java 1.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,020 kB
  • ctags: 3,245
  • sloc: java: 7,123; xml: 66; sh: 11; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libforms-java-doc for Debian
----------------------------

This package contains documentation, javadocs (or should I say gjdocs) and
tutorial code for Jgoodies Forms.

In order to check the tutorial code, go to the directory
/usr/share/doc/libforms-java-doc/tutorial, and use a command similar to the
following one (depending on which virtual machine, you'd like to use):
$ JAVA_HOME=/usr/lib/jvm/java-gcj PATH=/usr/lib/jvm/java-gcj/bin:$PATH \
	java -cp .:/usr/share/java/forms.jar \
	com/jgoodies/forms/tutorial/QuickStartExample
(the example assumes you're using the free-java-sdk package, replacing
'fjsdk' through kaffe works as well)

There is also a nicer and more practical binary only version of the Forms demo
(aka tutorial) available from the web, but I didn't manage to get it run under
sablevm. Anyway have a look at <http://www.jgoodies.com/downloads/index.html>
or download directly the file from
<http://www.jgoodies.com/download/demos/forms/formsdemo-1_0_5.zip>.

 -- Eric Lavarde <deb@zorglub.s.bawue.de>, Mon,  4 Nov 2005 12:00:17 +0100