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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b6baeb4894377ba,start X-Google-Attributes: gid103376,public From: Nick Almonte Subject: Java GUIs and Ada Date: 2000/05/09 Message-ID: <39180C74.4336ACB8@swl.msd.ray.com>#1/1 X-Deja-AN: 621097290 Content-Transfer-Encoding: 7bit X-Accept-Language: en,pdf Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 957877361 138.125.198.200 (Tue, 09 May 2000 09:02:41 EDT) Organization: Raytheon Company MIME-Version: 1.0 NNTP-Posting-Date: Tue, 09 May 2000 09:02:41 EDT Newsgroups: comp.lang.ada Date: 2000-05-09T00:00:00+00:00 List-Id: 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