|
From: <rue...@we...> - 2000-11-16 20:36:43
|
Hi, > -----Original Message----- > From: jfl...@li... > [mailto:jfl...@li...]On Behalf Of Guido > Scholz > Sent: Mittwoch, 15. November 2000 21:42 > To: JFlight Mailing List > Subject: Re: [Jflight-dev] Redesign and GUI > > > Am Mon, 13. Nov 2000 um 11:03:43 +0000 schrieb Vänersborgs Hängflygklubb: > > > Hello ! > > Hello Tomas, > > > Is it ok if the awt version of GUI contains the "Cardlayout > style" and the > > swing version the little more "space" demanding "new" style ? > > now that I digged a little around in Rüdigers code I have an other idea > about the GUI configuration of the awt version. How about keeping the > list views in the card layout and showing the graphics in separate > windows (but without own menues)? I do not know whether the Psion will > have enough space on its screen to display two windows like this, I don't think so but > may be this will work: > > > +-------------------------------------------+ +------------------+ > | File Flight View Options Help | | | > +-------------------------------------------+ | | > | Flight 1 | | | > | Flight 2 | | | > | Flight 3 | | Graphics | > | Flight 4 | | | > | Flight 5 | | | > | Flight 6 | | | > | Flight 7 | | | > | Flight 8 | | | > | Flight 9 | | | > +-------------------------------------------+ +------------------+ > > > Guido > > -- > mailto:gui...@ba... > http://www.bayernline.de/~gscholz/ > _______________________________________________ > Jflight-dev mailing list > Jfl...@li... > http://lists.sourceforge.net/mailman/listinfo/jflight-dev Graphics should be full-screen/window-size, i think I think the original window-layout was not bad for PDAs. Anyhow, if you make a configurable design I will optimize it for the Psion: Pseudo-code: if( System.getMachine() == PSION ) then place window CENTER else place window EAST or something like this. Maybe you can try with a screen-resolution of 320x240 (!) and you will see if the design is usable. For me that's the essential point: Usability on the target-machine. Not a special layout-manager. Rüdiger |