Thanks! This works. However, eclipse gives me an error in the exporting bundle: "Package 'com.sun.java.swing.plaf.windows' does not exist in this plug-in"
I get this warning for all my LaF classes: "com.sun.java.swing.plaf.gtk, com.sun.java.swing.plaf.motif, com.sun.java.swing.plaf.nimbus, com.sun.java.swing.plaf.windows, javax.swing.plaf, javax.swing.plaf.metal" Greetings, Niko Marcel Offermans wrote: > > Something needs to export those classes too. In this case, since > they're part of the JDK, this should be the system bundle. Check out > the documentation on the Felix on how to do that: > > http://felix.apache.org/site/apache-felix-framework-usage-documentation.html#ApacheFelixFrameworkUsageDocumentation-configuringframework > > Look for: org.osgi.framework.system.packages.extra > > Greetings, Marcel > -- View this message in context: http://www.nabble.com/Howto-can-i-work-with-Look-And-Feel-Classes--tp25898282p25905423.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

