Search:

Type: Posts; User: javapenguin

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    3,017

    Re: JFrames not coming up?

    Initialize sp.

    You must never have initialized it.
  2. Replies
    13
    Views
    3,017

    Re: JFrames not coming up?

    Did you set the textAreas and JButtons to be visible too?

    Also, I think I found a typo:

    frame[1].setVisible(true);


    try frame[i].setVisible(true);.

    Also, I believe you could get away...
  3. Replies
    13
    Views
    3,017

    Re: JFrames not coming up?

    I believe you have to set the components to be visible too with setVisible();
Results 1 to 3 of 3