]> git.mxchange.org Git - flightgear.git/commit
Separated some functionality out into reusable classes, and built a
authordavid <david>
Sun, 9 Jun 2002 15:39:44 +0000 (15:39 +0000)
committerdavid <david>
Sun, 9 Jun 2002 15:39:44 +0000 (15:39 +0000)
commit08848a284b4dae64bfdb110736d3bf3f57dfd861
tree6b458b6d3792a23f1969c1f7c680dda1e2d9fd9f
parent2821153720bb352b82cef0cd19c1554f35739ed6
Separated some functionality out into reusable classes, and built a
simplistic, text-field oriented interface for major property groups.

The JAR is now executable, so the program can be launched with

  java -jar fgfsclient.jar <host> <port>
scripts/java/FGClient/build.xml
scripts/java/FGClient/fgfsclient.jar
scripts/java/FGClient/main-class.txt [new file with mode: 0644]
scripts/java/FGClient/src/FGFSDemo.java
scripts/java/FGClient/src/org/flightgear/fgfsclient/PropertyField.java [new file with mode: 0644]
scripts/java/FGClient/src/org/flightgear/fgfsclient/PropertyPage.java [new file with mode: 0644]