Search:

Type: Posts; User: pbrockway2

Search: Search took 0.09 seconds.

  1. Replies
    17
    Views
    1,631

    offtopic

    @rougeking: thanks for removing the code. My first thought when I see something full of typos is to say "Here, do it like this..." but I'm convinced of the futility of this approach as it...
  2. Replies
    17
    Views
    1,631

    Re: My code doesn't have a main clss?

    The link Norm provided only requires you to choose your operating system. It is written with JDK 7 in mind.
  3. Replies
    17
    Views
    1,631

    Re: My code doesn't have a main clss?

    Those red squiggly things in the screen shots are compiler messages indicating a problem with the code. They all have to be fixed, which is not has hard as it might seem.

    I agree with Norm, if...
  4. Replies
    17
    Views
    1,631

    Re: My code doesn't have a main clss?

    JFrame has a no-arg constructor.

    The problem here is that the code, as posted, will not compile. Consequently NB's verifier is going to grumble about whatever (old) class files it is looking at. ...
  5. Replies
    17
    Views
    1,631

    Re: My code doesn't have a main clss?

    Compile your code before you attempt to run it. What you posted won't compile and the compiler's message will be useful.
Results 1 to 5 of 5