I'm trying to get the content of console in a textArea in java.
For example if we have this code,
class FirstApp {
public static void main (String[] args){
System.out.println("Hello World");
}
}
and I want to output the "Hello World" to a textArea, what actionPerformed do I have to choose?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…