2003/12/30 23:14:10
[org.ibex.core.git] / src / org / xwt / plat / Java2.java
index aa27a3e..ae36394 100644 (file)
@@ -178,7 +178,7 @@ public class Java2 extends AWT {
         private DataBuffer buf = null;
 
         // this doens't seem to work on Windows
-            /*
+        /*
         public void drawGlyph(Picture source, int dx, int dy, int cx1, int cy1, int cx2, int cy2, int rgb) {
             AWTPicture src = (AWTPicture)source;
             src.init();
@@ -192,8 +192,7 @@ public class Java2 extends AWT {
             g2.drawImage(i, 0, 0, null);
             g2.setClip(0, 0, i.getWidth(null), i.getHeight(null));
         }
-            */
-
+        */
         public Java2PixelBuffer(int w, int h) {
             sm = cm.createCompatibleSampleModel(w, h);
             int numSamples = w * h * sm.getNumDataElements();