2003/06/18 05:59:07
[org.ibex.core.git] / src / org / xwt / SpecialBoxProperty.java
index 068d4a1..16bba2e 100644 (file)
@@ -64,7 +64,10 @@ class SpecialBoxProperty {
     static final int white = 0xFFFFFFFF;
 
     static {
+        init();
+    }
 
+    private static void init() {
         specialBoxProperties.put("color", new SpecialBoxProperty() {
                 public Object get(Box b) {
                     if ((b.color & 0xFF000000) == 0) return null;