Search:

Type: Posts; User: CodyMoorea

Search: Search took 0.25 seconds.

  1. Re: Why is a Frame Not Showing Up When I Run This Class?

    No problem man. And yes! I put it in a seperate class. This is the full source coede for it. If you want just create a class and add this. There are other ways to do it but I find this easiest.
    ...
  2. Re: Why is a Frame Not Showing Up When I Run This Class?

    I did this and it works for me. This is my code for a game i'm making.

    public static void main(String[] args) {

    JFrame frame = new JFrame("My Game Alpha v0.1"); // Title
    ...
Results 1 to 2 of 2