From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53611649a57c674a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-14 11:10:28 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!212.125.49.88!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again (Java with jgnat?) Date: Sat, 14 Jul 2001 20:10:29 +0200 Message-ID: <9iq1sj$k8abb$2@ID-77306.news.dfncis.de> References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> <3B504975.7B63C6FB@worldnet.att.net> NNTP-Posting-Host: 212.125.49.88 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 995134164 21244267 212.125.49.88 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9953 Date: 2001-07-14T20:10:29+02:00 List-Id: Hello, > [...] > JGrasp allows the user to select the look and feel he or she wants. No > matter which platform you are using, JGrasp lets you choose the Motif, > Windoze, or Java look and feel. The problem is that Swing does not let a "native" library handle the GUI components. Instead it tries to imitate the choosen GUI style. I could image that this is not totally successful all the time. And if the native library is changed to provide a different look-and-feel every application will get this new one - except all those Java applications which will look different then. Wolfgang