Search:

Type: Posts; User: pbrockway2

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,738

    [SOLVED] Re: Error in calling JFrame's super.

    You're welcome.
  2. Replies
    3
    Views
    1,738

    [SOLVED] Re: Error in calling JFrame's super.

    The message "call to super must be first statement in constructor" means what it says: you can only call super() as the first line of a constructor. But you have "super("JFrameDemo");" as the first...
Results 1 to 2 of 2