Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,444

    Re: Beginner: Error with 'extends JApplet'

    I like to use the full import statement without any wildcards, just because it lets you know exactly what you're using in that class. Wildcards don't add any overhead, they just make it less clear...
  2. Replies
    4
    Views
    1,444

    Re: Beginner: Error with 'extends JApplet'

    You forgot to import JApplet.
Results 1 to 2 of 2