Problem with Swing
I decided to use Swing in my Program, but i cant import it because the javac says, that it doesnt exists. I have MacOSX, so i tried to install (with fink) all important Java-Packages:
system-java - [virtual package representing Java 1.4.2]
system-java-dev - [virtual package representing Java SDK 1.4.2]
system-java13 - [virtual package representing Java 1.3.1]
system-java13-dev - [virtual package representing Java 1.3.1 development headers]
system-java14 - [virtual package representing Java 1.4.2]
system-java14-dev - [virtual package representing Java 1.4.2 development headers]
While trying to install, i realised, i had them all.
Before trying to use swing i compiled and executed little test programs.
So what should i install to use swing?

