Search:

Type: Posts; User: scooty199

Search: Search took 0.12 seconds.

  1. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    I've gotten the JFrames fixed. I entirely eliminated the use of the JFrame array.
  2. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    I know I initialized sg. I always hit the construct button before I hit any of the action buttons.

    When I hit my Action 1 button, it gives me a NPE for scores.
    I know scores is set to null, but ...
  3. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    Any help at all?
  4. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    Alright I got it displaying, now I'm getting a NullPointException at


    scores = sg.getTestGrades();
  5. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    I noticed that, and it was fixed. oddly it didn't throw a nullpointer exception.

    And I'll try that e.getActionCommand()
  6. Replies
    13
    Views
    3,016

    Re: JFrames not coming up?

    I added that for all my JFrames, included the inherited one.

    It seems it just sits there when I run, nothing comes up.
  7. Replies
    13
    Views
    3,016

    JFrames not coming up?

    Ok, so I've had my three classes, and nothing seems to be running for me. It compiles well, just my swing components don't appear.

    Here's the code:
    GUI Class

    import java.awt.*;
    import...
Results 1 to 7 of 7