jclass.bwt.JCLabel

Status
Nicht offen für weitere Antworten.

pat270881

Bekanntes Mitglied
Hello,

does anbody know what I have to do to use this package?

I want to use import jclass.bwt.JCLabel; but when I add this line to the project an error occured that this line cannot be resolved.

Any ideas?

patrick
 

abollm

Top Contributor
pat270881 hat gesagt.:
[..]
does anbody know what I have to do to use this package?
I want to use import jclass.bwt.JCLabel; but when I add this line to the project an error occured that this line cannot be resolved.
Any ideas?
patrick

Just write at the beginning of your java file:

Code:
import jclass.bwt.JCLabel;

But if the package doesn't exist in the concerning class folder (i.e. -> jclass -> bwt -> class file=JCLabel) you get an error message.
 

pat270881

Bekanntes Mitglied
Hello,


That is the big problem, the jclass.bwt.JCLabel does not exist in the standard j2sdk and I haven't found the package in google where this class is included. Do you know from where I can get the package where the jclass.bwt.JCLabel is included?

thanks

patrick
 
Status
Nicht offen für weitere Antworten.

Neue Themen


Oben