|
From: <ls...@us...> - 2007-01-11 19:30:30
|
Revision: 3071
http://jnode.svn.sourceforge.net/jnode/?rev=3071&view=rev
Author: lsantha
Date: 2007-01-11 11:30:25 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
Added support for transparency, based on a patch from Andrei Dore.
Modified Paths:
--------------
trunk/core/src/core/org/jnode/vm/VmSystem.java
Modified: trunk/core/src/core/org/jnode/vm/VmSystem.java
===================================================================
--- trunk/core/src/core/org/jnode/vm/VmSystem.java 2007-01-11 19:29:39 UTC (rev 3070)
+++ trunk/core/src/core/org/jnode/vm/VmSystem.java 2007-01-11 19:30:25 UTC (rev 3071)
@@ -262,6 +262,8 @@
res.put("gnu.classpath.home.url", "system://");
res.put("gnu.classpath.vm.shortname", "jnode");
res.put("gnu.javax.swing.noGraphics2D", "true");
+ // keep this property until transparency support works fine with all drivers
+ res.put("org.jnode.awt.transparency", "true");
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|