|
If you run a Java application with multiple windows on Windows NT, and if the "show window contents while dragging" option is enabled, Java windows will not repaint properly. The repaint problem only occurs for Java windows running in the same Java VM. Repaint is fine for any regular Windows application. It is also fine for any Java app running in another VM. This problem occurs for any Java applet or application, not just JClass applets or applications. You can repeat this problem with the standard demos released with JDK 1.0.2. The problem only occurs with painted regions of an applet - peer components will update properly. This problem has been fixed in JDK 1.1. The workaround is to disable the "show contents while dragging" option.
more
|
Why don't the BWT components repaint properly on the Windows platform?
Related Questions
- JClass BWT is a GUI toolkit which extends and enhances the standard Java GUI toolkit (AWT) included with the ...
- BWT 2.0 has been written strictly to the new Java Beans specification incorporated into the JDK 1.1. BWT 2.0T ...
- • tab manager • outliner (tree) • multicolumn list • header • icon creator • combo box • spin box • aligner ...
- JClass BWT provides new or improved versions of various AWT components and containers.
- Yes. JClass LiveTable V1.0.3 (and the forthcoming LiveTable V2.0.0) support BWT components as it supports AWT ...