4

I've followed the step here and here, but I still got an error. Here is the screenshot of the error. enter image description here

So what did I miss and what should I do to avoid this error: "The type org.jdesktop.swingx.JXPanel cannot be resolved. It is indirectly referenced from required .class files" ?

Thank you,

Community
  • 1
  • 1
mhfff32
  • 308
  • 1
  • 3
  • 12

1 Answers1

3

You have to download SwingX and to add the jar into project's classpath

Aubin
  • 14,617
  • 9
  • 61
  • 84