]> git.mxchange.org Git - flightgear.git/commit
Initial draft of a Java client library for FlightGear.
authordavid <david>
Sat, 8 Jun 2002 15:54:56 +0000 (15:54 +0000)
committerdavid <david>
Sat, 8 Jun 2002 15:54:56 +0000 (15:54 +0000)
commit8777663fc083411346346df58b2d42720fd9954e
tree03de6c2c6ba1f1c39b55d246a97ac6afc748b2e3
parent8703eb5d1aeeb7bae15c49d30c8fe7dbf4c83f08
Initial draft of a Java client library for FlightGear.
21 files changed:
scripts/java/FGClient/README [new file with mode: 0644]
scripts/java/FGClient/build.xml [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/allclasses-frame.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/deprecated-list.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/help-doc.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/index-all.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/index.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/FGFSConnection.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/class-use/FGFSConnection.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/package-frame.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/package-summary.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/package-tree.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/org/flightgear/fgfsclient/package-use.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/overview-tree.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/package-list [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/packages.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/serialized-form.html [new file with mode: 0644]
scripts/java/FGClient/docs/javadoc/stylesheet.css [new file with mode: 0644]
scripts/java/FGClient/fgfsclient.jar [new file with mode: 0644]
scripts/java/FGClient/src/FGFSDemo.java [new file with mode: 0644]
scripts/java/FGClient/src/org/flightgear/fgfsclient/FGFSConnection.java [new file with mode: 0644]