Search:

Type: Posts; User: dave_alan

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    3,138

    Re: Error message when using JOptionPane

    I guess i was wrong there seems to be something wrong with compiler. What text editor are you using?
    Can you compile any code, or is it just with GUI stuff your having a problem?
  2. Replies
    7
    Views
    3,138

    Re: Error message when using JOptionPane

    Nothing wrong with compiler.
    When using this type of dialog box you need to pass in the message String and also the title String.
    try some thing like:

    JOptionPane.showMessageDialog(null,...
Results 1 to 2 of 2