Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 58 forks source link

Fatal error - Lite version is broken #96

Closed Vity01 closed 11 years ago

Vity01 commented 11 years ago

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!

shemnon commented 11 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.

Vity01 commented 11 years ago

OK, but "lite" - is not lite then (when you need to also add so many other jars) ;-).

shemnon commented 11 years ago

It's lite because it strips out third party color choosers and the ant tasks, not because it's a monolith.

Vity01 commented 11 years ago

OK. It works now. Thanks for help and maintaining this project.