Search:

Type: Posts; User: chikaman

Search: Search took 0.38 seconds.

  1. Re: How can I append text in JTextArea from another class

    I have tried something like this but it is not showing anything in the textArea. i have two classes A and B
    Class A

    Class A extends javax.swing.JFrame{
    private JtextArea myTextArea;
    ...
  2. How can I append text in JTextArea from another class

    i have two classes. a TextArea in in one of them and i want to append text to it from another class. can somebody give me a code example that can so this
Results 1 to 2 of 2