Search:

Type: Posts; User: fpritt24

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,078

    Re: My GUI will not show up.

    I am calling it this way


    public static void main(String[] args)
    {
    TestScoresProgram test = new TestScoresProgram();
    }
  2. Replies
    5
    Views
    1,078

    Re: My GUI will not show up.

    Sorry that's just how it is written in my book. And when I try to call the TestScoresProgram() it gives me an error that TestScoresProgram cannot be resolved to a type.
  3. Replies
    5
    Views
    1,078

    My GUI will not show up.

    I have written this program and I cannot get the GUI to show up. I cannot figure out what is wrong.
    I appreciate any help guys.


    import javax.swing.*;
    import java.awt.*;
    import...
Results 1 to 3 of 3