Insubstantial / insubstantial

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

Cerulean skin class in tools does not compile #150

Open enwired opened 7 years ago

enwired commented 7 years ago

The class Cerulean in tools.docrobot.skins in substance-flamingo cannot compile.

The constructor has an error. It has super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")

But it should have super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")

Actually, the classpaths should probably not start with '/Users/', but this bug is only about the fact that the code will not compile.