Domanda

How do I load the Insubstantial Swing plugins to Eclipse?

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

È stato utile?

Soluzione

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.

Altri suggerimenti

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).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top