Question

How do I load the Insubstantial Swing plugins to Eclipse?

I refer to the plugins here: http://insubstantial.posterous.com/

Was it helpful?

Solution

Windows Builder allows you to apply any look and feel you want. So, you should be able to add Substance:

http://code.google.com/javadevtools/wbpro/preferences/swing/preferences_lookandfeel.html

Depending on what exactly you want to do, you may still have to do some customization in code.

OTHER TIPS

A simple solution would be to copy the jars into your project and add them to the build path (under "Properties->Java Build Path->Libraries"). If you want to use them in several projects and configure the source and javadoc attachments only once, then you might want to define a User Library for them (See the "Add Library" button on that same page).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top