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 07:00:05 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!aaanet.ru!not-for-mail From: "Gary Lisyansky" Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again (Java with jgnat?) Date: Sat, 14 Jul 2001 17:56:33 +0400 Organization: AAA Intersvyaz Message-ID: <9ipj2h$1hni$1@pa.aaanet.ru> References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> <3B504975.7B63C6FB@worldnet.att.net> NNTP-Posting-Host: 213.59.110.211 X-Trace: pa.aaanet.ru 995118993 50930 213.59.110.211 (14 Jul 2001 13:56:33 GMT) X-Complaints-To: usenet@news.aaanet.ru NNTP-Posting-Date: 14 Jul 2001 13:56:33 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:9946 Date: 2001-07-14T13:56:33+00:00 List-Id: "James Rogers" wrote in message news:3B504975.7B63C6FB@worldnet.att.net... > Larry Kilgallen wrote: > > > I know this leaves out Macintosh. Unfortunately Macintosh is not as > fully supported by the Java Swing GUI components as are other > platforms. This does not mean JGrasp will not run under Macintosh. > It only means you cannot get the native look and feel of a > Macintosh using JGrasp. > > Jim Rogers > Colorado Springs, Colorado USA Macintosh is comparatively difficult to support. Apple prohibits using the Mac L&F on non- Apple platforms, and, besides, Mac menu is not a part of a window (like in Motif or OLIT), but, instead, is a part of the desktop and requires to be designed for use with MacOS because of presence of mandated system commands. Gary