kirill-grouchnikov / substance

A modern and high-performant Swing look-and-feel library
163 stars 110 forks source link

Fold laf-plugin and laf-widget into the main codebase #46

Closed kirill-grouchnikov closed 6 years ago

kirill-grouchnikov commented 7 years ago

Extracting "common" functionality into two separate projects has not stood the test of time.

It's time to fold everything back into the main codebase. Some widgets from laf-widget will be placed into substance-extras (tab overview dialog and tab pager at the moment).

In addition, there will be no more of automatic discovery and instantiation of Substance plugins. Plugins will have to be explicitly registered by the application code base.