Re: [Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-17 Thread David Luff
On 10/13/03 at 11:41 AM David Luff wrote: www.nottingham.ac.uk/~eazdluf/TaxiDraw-0p0-preAlpha-src.tar.gz - Source [34K]. 'make' should compile it cleanly on Linux if you apt-get install wxGTK-devel first. (I used version 2.4.0). Can't be any worse than having to download the Backdown jre

Re: [Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-13 Thread David Luff
On 10/12/03 at 6:03 PM David Megginson wrote: I've been hacking around with Java Swing classes during free moments over the Canadian Thanksgiving weekend, and I have managed to come up with a minimally-used FlightGear airport viewer. I'm using JDK 1.4, but 1.3 might work as well (if it has the

Re: [Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-13 Thread David Megginson
David Luff writes: However, I'll see your Java airport viewer and raise you a C++ one :-) Excellent -- I'll take a look. Do you plan to make it into a full-fledged editor, like the one in XPlane? I've had a lot of fun learning the Java2D API for my Java viewer, but I won't go through all

Re: [Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-13 Thread David Luff
On 10/13/03 at 9:33 AM David Megginson wrote: David Luff writes: However, I'll see your Java airport viewer and raise you a C++ one :-) Excellent -- I'll take a look. Do you plan to make it into a full-fledged editor, like the one in XPlane? I've had a lot of fun learning the Java2D API

[Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-12 Thread David Megginson
I've been hacking around with Java Swing classes during free moments over the Canadian Thanksgiving weekend, and I have managed to come up with a minimally-used FlightGear airport viewer. I'm using JDK 1.4, but 1.3 might work as well (if it has the Java2D graphics API bundled). To try it out,

Re: [Flightgear-devel] Java FlightGear airport viewer (very alpha)

2003-10-12 Thread Lee Elliott
On Sunday 12 October 2003 23:03, David Megginson wrote: I've been hacking around with Java Swing classes during free moments over the Canadian Thanksgiving weekend, and I have managed to come up with a minimally-used FlightGear airport viewer. I'm using JDK 1.4, but 1.3 might work as well (if