Re: How create a console using java graphical interface
behnaz wrote:
...
I am wondering if there is any simple way for creating a console that
outputs an application
results using java graphical interface.
I would use JTextArea.append()*, as opposed to
System.out.println() for those situations, but I
am not sure I understand your question.
* ..but on an *instance* of a JTextArea, of course.
..I don't wanna use netbeans or
a stuff like that,just a
standard way.
It might be desirable for a development tool such as
an IDE to redirect System.out to a GUI element,
but that is an extraordinary situation, and it could
not therefore be defined as usual, or standard.
Now a couple of tips on communicating a message.
To help communicate a message, it pays to use
the standard spacing people expect to see. I have
used it in my reply to you. It means using '2 spaces'
after each full-stop (.), and one space immediately
after a comma (,).
help me please......
Your last sentence also leads me to point out that
every sentence should begin with a single Upper
Case letter. Good work on making the 'I' upper case,
by the way, most folks get that wrong.
Last tip is to not add things like 'help me please'
at all. They make a post sound 'needy', and people
are less likely to help.
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200709/1