Closed Vity01 closed 12 years ago
You now need more than just the lite jar, I no longer package a monolithic jar for insubstantial. You will also need laf-widget.jar, laf-plugin, and trident to run substance. LafWidgetSupport is in the laf-widget jar.
OK, but "lite" - is not lite then (when you need to also add so many other jars) ;-).
It's lite because it strips out third party color choosers and the ant tasks, not because it's a monolith.
OK. It works now. Thanks for help and maintaining this project.
We are not able to instantiate class SubstanceLookAndFeel , since it contains following code:
// initialize widget support LafWidgetRepository.getRepository().setLafSupport(new SubstanceWidgetSupport());
but SubstanceWidgetSupport is a descendant of LafWidgetSupport which is not present in the lite-jar!