Revivius / nb-darcula

Darcula LAF for NetBeans
277 stars 83 forks source link

How to add to a non-maven Netbeans RCP application #148

Open alienatorZ opened 6 years ago

alienatorZ commented 6 years ago

I have attempted to add this theme to my non-maven platform application but It wont show up the preferred look and feel dropdown.

I manually copied the files from the nbm into the modules directory of my app. I also tried to create a module from the sourcecode and add it but there are errors due to not finding localization bundles.

Are there instructions available to assist in addeding to a non-maven platform application?

Thanks!