Re: Help me!!
From: viator (viator_at_rediffmail.com)
Date: 10/20/03
- Previous message: VK: "Re: KeyAdapter,runnable with JComponent problem"
- In reply to: xarax: "Re: Help me!!"
- Next in thread: Roedy Green: "Re: Help me!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Oct 2003 10:48:18 -0700
"xarax" <xarax@email.com> wrote in message news:<NAAkb.3506$S52.2699@newsread4.news.pas.earthlink.net>...
> "viator" <viator@rediffmail.com> wrote in message
> news:dc828419.0310190914.54b32a0d@posting.google.com...
> > Hello Everybody
> > I am writing an intepreter for a mathematical language. The lexer of
> > the interpreter reads its input from InputStreamReader and therefore,
> > can be connected to the system console. But I want to provide a GUI
> > console for the interpreter that can be invoked from within the GUI
> > interface. I don't want to duplicate a full OS shell but the basic
> > functionalities like reading a line at a time and writing output is
> > required. Can some one suggest how can i implement such a interface
> > using java swing.
> >
> > viator...
>
> Use a JTextField for input. Use a JTextArea or a JList to
> display the output. Put the JTextArea or JList in a JScrollPane
> so the user can scroll the results.
But this solution separates input area from output area. Which is not
like a normal console where input and output run together.
- Previous message: VK: "Re: KeyAdapter,runnable with JComponent problem"
- In reply to: xarax: "Re: Help me!!"
- Next in thread: Roedy Green: "Re: Help me!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|