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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,8b6baeb4894377ba X-Google-Attributes: gid103376,public From: "Christophe Gouiran" Subject: Re: Java GUIs and Ada Date: 2000/05/09 Message-ID: #1/1 X-Deja-AN: 621100529 References: <39180C74.4336ACB8@swl.msd.ray.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Complaints-To: abuse@proxad.net X-Trace: nnrp2.proxad.net 957877965 212.208.98.117 (Tue, 09 May 2000 15:12:45 CEST) Organization: Guest of ProXad - France X-MSMail-Priority: Normal NNTP-Posting-Date: Tue, 09 May 2000 15:12:45 CEST Newsgroups: comp.lang.ada Date: 2000-05-09T00:00:00+00:00 List-Id: "Nick Almonte" a �crit dans le message news: 39180C74.4336ACB8@swl.msd.ray.com... > I'm currently looking to replace an X-windows/Motif GUI coded in Ada > with a Java GUI. I don't want to rewrite the backgound Ada processing > code, just the GUI. Is there a way for Java GUI code to call Ada > procedures, and for Ada to pass data for display to a Java GUI? > > -Nick > > Have a look at jgnat, it's certainly what you're looking for.