From: Robert W. B. <rb...@di...> - 2001-06-28 19:43:57
|
On Thu, 28 Jun 2001, Enrico Spinielli wrote: > Hi all, > I am wondering if anybody has already tried to build a jython console > inside a JFrame. > I had a look at jython.java in oder to understand how input & output > of an interactive ssession is handled but couldn't cope with it :-( Looking at the swing demo that comes with Jython will likely help. Also, Tom Maxwell wrote a gui console and put it at: ftp://iee.umces.edu/SME3/JConsole/ Unfortunately, I haven't been able to connect there. Maybe others have this. Alternatively, you can just dig in and post questions with code examples here as you go. -robert |