[PROB] passage swing --> SwingWt
Bonjour a tous,
voulant changer mes IHM, j'ai voulu passer a JFace. Mais lors de ma lecture du tuto http://gfx.developpez.com/tutoriel/java/swt/
j'ai vue que l'on pouvais avoir l'apparence JFace en swing simplement en ajoutant la librairie SwingWt.
J'ai donc essayé, mais la je me retrouve avec un problème, eclipse me dit:
Citation:
Description Resource Path Location Type
The project was not built since its build path is incomplete. Cannot find the class file for org.eclipse.swt.widgets.Control. Fix the build path then try building this project
The type org.eclipse.swt.widgets.Control cannot be resolved. It is indirectly referenced from required .class files BoiteInfo.java
Pourtant dans mon path, j'ai bien mit swingwt.jar
http://d19.e-loader.net/vP2sR16GkY.jpg
Donc savez vous d'ou peut venir ce problème ????
j'ai télécharger l'archive de la librairie ici:
http://swingwt.sourceforge.net/
Si vous voulez, je vous donne mon code ;)
Je vous remercie d'avance pour votre aide ;)