2002/07/15 23:20:04
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index 4a79839..5f12430 100644 (file)
@@ -27,6 +27,11 @@ public class AWT extends Platform {
     protected int _getMaxDescent(String font) { return getFont(font).metrics.getMaxDescent(); }
     protected boolean _supressDirtyOnResize() { return true; }
 
+    protected void postInit() {
+        if (Log.on) Log.log(Platform.class, "               color depth = " +
+                            Toolkit.getDefaultToolkit().getColorModel().getPixelSize() + "bpp");
+    }
+
     protected void _criticalAbort(String message) {
         if (Log.on) Log.log(this, message);
         final Dialog d = new Dialog(new Frame(), "XWT Cannot Continue");