bonsoir a tous,
je suis sur MAC OS X avec Eclipse
j'ai telecharge ce quaqua et j'ai copié le fichier JAR et les deux fichiers jlib dans le dossier bibliotheque/java/extensions ainsi que dans Eclipse.
Quand je mets la commande
1 2 3 4 5 6 7 8 9 10 11
| // LAF quaqua
System.setProperty("Quaqua.tabLayoutPolicy","wrap");
// set the Quaqua Look and Feel in the UIManager
try {
UIManager.setLookAndFeel(ch.randelshofer.quaqua.QuaquaManager.getLookAndFeel(););
// set UI manager properties here that affect Quaqua
} catch (Exception e) {
// take an appropriate action here
} |
j'ai un message d'erreur de Eclipse sur
ch.randelshofer.quaqua.QuaquaManager.getLookAndFeel();
j'ai le message suivant :
Access restriction: The method getLookAndFeel() from the type QuaquaManager is not accessible due to restriction on required library /Library/Java/Extensions/quaqua.jar
Quelqu'un a-t-il le même soucis ? Ou alors j'ai mal installé la lib ?
Eclipse reconnait bien la librairie puisqu'il est capable de me proposer ce qui suit les ".", mais il ne me propsoe pas getLookAndFeel...
Merci
Partager