Search:

Type: Posts; User: snowguy13

Search: Search took 0.07 seconds.

  1. Re: Error: The import java.swing cannot be resolved [in drJava]

    That's good! Good luck on your program! :)
  2. Re: Error: The import java.swing cannot be resolved [in drJava]

    java.swing

    Here's the issue: the swing package isn't in the java package, it's in the javax package. So, you need to import swing from javax, not java. :)


    I don't know what's causing that......
  3. Re: Error: The import java.swing cannot be resolved [in drJava]

    java.swing

    Here's the issue: the swing package isn't in the java package, it's in the javax package. So, you need to import swing from javax, not java. :)
Results 1 to 3 of 3