third party « Development « Java Swing Q&A





1. How to use third party themes in swing application?    stackoverflow.com

I want to use some third party themes (like synthetica http://www.javasoft.de/synthetica/themes/) in my swing appliaction. i am using eclipse ide, got the jar file of theme and did the ...

2. How to use the flamingo substance?    stackoverflow.com

Hey Guys
I want to add menu like office 2007 which can be done by flamingo-substance?
I don't find any proper documentation or good example.
So how to use flamingo in my ...

3. Any third party s/w for SWING with IE5    coderanch.com

You need to get the Java 2 Plugin, too. The Java 2 Plugin has to be installed in any browser that will run the applet. Htmlconverter has to be run on the HTML file that holds the applet to make it call the Java 2 Plugin instead of the browser JVM. -Nate

4. Maybe the third-party software    coderanch.com

I have to get the arguments from GUI,then I invoke ping & telnet with them. For ping I pass the argus from my GUI,then I use Runtime to invoke OS's ping.It works well. For Telnet ,there isn't such a command I can pass argus,such as user, pwd to it.So I am wanted to write a telnet can do this.I do know ...

6. How to use third party themes in swing application?    forums.oracle.com

It seems that you have the library that contains the SyntheticaBlackMoonLookAndFeel class, but you don't have the library which contains the SyntheticaLookAndFeel class which is needed by the LaF you're trying to load. And their website even says in clear english: "The 'BlackMoon Look and Feel' can not be used standalone (without Synthetica)".