문제

How do I load the Insubstantial Swing plugins to Eclipse?

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top