Search:

Type: Posts; User: chikaman

Search: Search took 0.06 seconds.

  1. How do I stop or kill a running thread when a condition is true

    I have a class ImpServer which has a method accept, which a client can call by Remote Method Invocation. Accept method has an inner class which implements runnable. I try to use return to exit from...
  2. 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;
    ...
  3. 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 3 of 3