Search:

Type: Posts; User: ZBixby

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,303

    Re: Getting rid of Extra Dialog Boxes

    Ah see that makes sense. Well thank you, I tinkered with the code some more and found the solution, I had to create a setText within the if else statement. Corrected Code is below if you're...
  2. Replies
    7
    Views
    1,303

    Re: Getting rid of Extra Dialog Boxes

    I'm not quite sure which part of the code you want since I had posted all of it in my prior comments.

    When running the applet it displays and I enter the correct password to test it but instead of...
  3. Replies
    7
    Views
    1,303

    Re: Getting rid of Extra Dialog Boxes

    Well I just went in and tried



    public void actionPerformed(ActionEvent e) {
    String pass1 = input.getText();
    String passwords[] = {"Rosebud", "Redrum", "Jason", "Surrender", ...
  4. Replies
    7
    Views
    1,303

    Getting rid of Extra Dialog Boxes

    I'm currently working on some code for an applet and I have it up and working but am trying to get rid of the extra JOptionPane Message Dialogs and replace them with just a simple JLabel within the...
Results 1 to 4 of 4