From owner-freebsd-java Tue Jul 20 15: 2:15 1999 Delivered-To: freebsd-java@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id E91E114CC0 for ; Tue, 20 Jul 1999 15:01:44 -0700 (PDT) (envelope-from cmcurtin@cis.ohio-state.edu) Received: from gold.cis.ohio-state.edu (cmcurtin@gold.cis.ohio-state.edu [164.107.112.16]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id SAA09035; Tue, 20 Jul 1999 18:01:40 -0400 (EDT) Received: (from cmcurtin@localhost) by gold.cis.ohio-state.edu (8.9.1/8.9.1) id SAA02355; Tue, 20 Jul 1999 18:01:39 -0400 (EDT) To: Swen Kabis Cc: freebsd-java@FreeBSD.ORG Subject: Re: X-Windows to Java References: <3.0.32.19990720141204.0091e100@mail.wavefire.com> X-Face: L"IcL.b%SDN]0Kql2b`e.}+i05V9fi\yX#H1+Xl)3!+n/3?5`%-SA-HDgPk9uTk<3dv^J5DCgal)-E{`zN#*o6F|y>r)\< Date: 20 Jul 1999 18:01:39 -0400 In-Reply-To: Swen Kabis's message of "Tue, 20 Jul 1999 14:12:04 -0700" Message-ID: Lines: 24 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "20 Minutes to Nikko" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> On Tue, 20 Jul 1999 14:12:04 -0700, Swen Kabis said: Swen> I was wondering if anyone knew of a program that could convert a Swen> program that was written for an X window to a Java script? Hi, Your question doesn't make sense. The X Window System is a graphical environment. JavaScript is a programming language, typically used for enhancement of web-based user interfaces or customization of web server applications. JavaScript has nothing to do with the Java programming language, which is the topic of discussion on the freebsd-java list, to which you posted. If you want to make an X program work under Java, that's really not sensible, either. You need to find the language of the original program and look for a way to help automate the process of converting that to Java. If it uses X for graphics, then you'll also need something to convert the X graphical toolkit calls to Java's AWT or Swing toolkit calls. -- Matt Curtin cmcurtin@interhack.net http://www.interhack.net/people/cmcurtin/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message