Results 1 to 2 of 2
- 11-25-2008, 05:17 PM #1
Member
- Join Date
- Nov 2008
- Posts
- 19
- Rep Power
- 0
system-print(ln) on jtextarea or jpanel
Hello,
In a method I have a lot of System.out.print(ln) and System.err.print(ln) let's say in Teach.java file.
Now I make a window for Control.java let's say Window.java so a user can use Teach.java more grafically.
The problem is how to make System-print(ln) code lines in Teach.java print on the Window.java JtextArea or JPanel? - not in the console
If i am going to save all System-print(ln) into a String first then print on JtextArea or JPanel later, it is gonne be tiresome.
- 11-25-2008, 05:18 PM #2
Member
- Join Date
- Nov 2008
- Posts
- 19
- Rep Power
- 0
Similar Threads
-
System.out.print("Hello!")
By Console in forum IntroductionsReplies: 6Last Post: 09-22-2008, 12:09 AM -
Print the text file and print preview them
By Java Tip in forum java.awtReplies: 0Last Post: 06-22-2008, 11:04 PM -
How to manipulate JtextArea
By bachtoutou in forum New To JavaReplies: 8Last Post: 05-22-2008, 09:36 AM -
JTextArea
By saytri in forum New To JavaReplies: 0Last Post: 01-13-2008, 01:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks