From: megacz Date: Fri, 30 Jan 2004 07:01:42 +0000 (+0000) Subject: 2003/06/18 05:59:07 X-Git-Tag: RC3~876 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=73a175a99d7a0ede9b4268c8670a9958895cc713 2003/06/18 05:59:07 darcs-hash:20040130070142-2ba56-c0dca6e941975201f79ac80941be151071a548f3.gz --- diff --git a/src/org/xwt/SpecialBoxProperty.java b/src/org/xwt/SpecialBoxProperty.java index 068d4a1..16bba2e 100644 --- a/src/org/xwt/SpecialBoxProperty.java +++ b/src/org/xwt/SpecialBoxProperty.java @@ -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;