Search:

Type: Posts; User: pottsiex5

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    3,125

    Re: How to make a new screen on applet.

    Hey, I think that the card layout would be best for what im doing. Thank you :)
  2. Replies
    6
    Views
    3,125

    Re: How to make a new screen on applet.

    I dont want it to open in a new window, i want it to clear the current screen and make the new one. I put some println and the actionlistener works fine before and after i call a new FindPage, but...
  3. Replies
    6
    Views
    3,125

    Re: How to make a new screen on applet.

    Yes, in my main applet i call on the next screen with :
    if (e.getSource()==add){
    FindApplet findapplet = new FindApplet();
    }

    and then the FindApplet class is a new...
  4. Replies
    6
    Views
    3,125

    How to make a new screen on applet.

    Hi, Im making an applet that has a bunch of stages. The applet has a little "next" button down in the corner, and i want it to take them to the next section, however, unlike making a regular program...
Results 1 to 4 of 4