Pergunta

How do I load the Insubstantial Swing plugins to Eclipse?

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

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top