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,LOTS_OF_MONEY 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 04:15:03 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!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 15:11:28 +0400 Organization: AAA Intersvyaz Message-ID: <9ip9d1$1iau$1@pa.aaanet.ru> References: <9hqhm7$f3u2r$1@ID-77306.news.dfncis.de> NNTP-Posting-Host: 213.59.110.211 X-Trace: pa.aaanet.ru 995109089 51550 213.59.110.211 (14 Jul 2001 11:11:29 GMT) X-Complaints-To: usenet@news.aaanet.ru NNTP-Posting-Date: 14 Jul 2001 11:11:29 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:9940 Date: 2001-07-14T11:11:29+00:00 List-Id: "McDoobie" wrote in message news:tNO37.9590$JN6.1832185@news1.rdc1.mi.home.com... > Has anyone considered using Java bytecode and compiling it using the Ada95 > JGnat compiler? > > This would solve the cross-platform problem quite easily. > Well, not an absolute solution, but I do it daily. GUI using Swing is very nice and much more powerful than native ones. Gary