Search:

Type: Posts; User: tangara

Search: Search took 0.09 seconds.

  1. Re: How to make JOptionPane.MessageDialog appear with a vertical bar when it calls for a constructor from a java class?

    Pardon my stupidity, after my futile attempt...it's not working...

    I tried to put these lines at my getResult() method at Test.java.



    JTextArea jta = new JTextArea(result);
    ...
  2. How to make JOptionPane.MessageDialog appear with a vertical bar when it calls for a constructor from a java class?

    Hi,

    I have a mini java swing program where by it has 3 separate classes.

    - application.java
    - question.java
    - test.java

    Now, the application.java is the main application that will invoke...
Results 1 to 2 of 2