Effect « Development « Java Swing Q&A





1. JComponent undock effect    stackoverflow.com

I'm trying to accomplish an undock effect for a custom Swing JComponent. By default the component is used inside a form along with other components. I want to be able to ...

2. Effect on Swing Application java 1.3 to 1.4    coderanch.com

I am handling a Swing Application in java 1.3.1 Now if i upgrade the java version to 1.4.2 then, will there be any Problems ? And also can it be possible to improve the performance of the application if the java version is upgraded. I just want an overall idea based on your Experience....

3. Effect of 64 bit patch on core java Swing app    coderanch.com

Hi, We have a Core Java Swing application that we are running on 32 bit JVM. Because of some requirements in other application we need to install 64 bit patch for this JDK installation(We dont want a separate JDK installation). Can our application still run without any problem on this patched JDK? We have tested the application with patched JDK and ...

4. Effects, effects, effects ...    coderanch.com

6. PROBLEM!! Strang effect    coderanch.com

Also note that the Swing API should not be invoked from any other thread than the Event Dispatch Thread (EDT), as it is not thread-safe. Any calls from within paintComponent() will execute on the EDT, but the code executed in the main method will not, but should. Like (for instance): SwingUtilities.invokeLater(new Runnable() { public void run() { // Your GUI state ...

7. how to add LOADING... effect    coderanch.com

Hello everybody. I am working on a project of compression.In the user interface i want to add the effect of ADDING.... and EXTRACTING..... in the same way it is present in Winzip. Means i want my user interface to be just like winzip in which while ADDING or EXTRACTING files ,file names are shown and LOADING effect( green rectangle move constantly ...

8. Smoke Effect help    java-forums.org

9. fading effect    java-forums.org