Revision: 4216
          http://vexi.svn.sourceforge.net/vexi/?rev=4216&view=rev
Author:   clrg
Date:     2011-09-01 00:03:02 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
Better resize behaviour
- Swing resizes smoothly
- AWT no longer flickers

Modified Paths:
--------------
    trunk/org.vexi-core.main/src/main/java/org/vexi/plat/AWTBase.java

Modified: trunk/org.vexi-core.main/src/main/java/org/vexi/plat/AWTBase.java
===================================================================
--- trunk/org.vexi-core.main/src/main/java/org/vexi/plat/AWTBase.java   
2011-08-31 23:40:33 UTC (rev 4215)
+++ trunk/org.vexi-core.main/src/main/java/org/vexi/plat/AWTBase.java   
2011-09-01 00:03:02 UTC (rev 4216)
@@ -85,6 +85,7 @@
     
     static {
         try {
+            System.setProperty("sun.awt.noerasebackground", "true");
             Toolkit t = java.awt.Toolkit.getDefaultToolkit();
             if (t.getDesktopProperty("awt.dynamicLayoutSupported") == 
Boolean.TRUE) {
                 t.setDynamicLayout(true);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to