Re: Help me!!
From: xarax (xarax_at_email.com)
Date: 10/19/03
- Previous message: viator: "Help me!!"
- In reply to: viator: "Help me!!"
- Next in thread: viator: "Re: Help me!!"
- Reply: viator: "Re: Help me!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 19 Oct 2003 18:19:25 GMT
"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.
- Previous message: viator: "Help me!!"
- In reply to: viator: "Help me!!"
- Next in thread: viator: "Re: Help me!!"
- Reply: viator: "Re: Help me!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|