Skip to content

Commit 193a059

Browse files
committed
JSGraphics2D.setPaintMode, setXORMode working
"not implemented" message removed
1 parent 8574afe commit 193a059

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/JSGraphics2D.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ public FontRenderContext getFontRenderContext() {
841841

842842
public void setPaintMode() {
843843
setComposite(AlphaComposite.SrcOver);
844-
JSUtil.notImplemented(null);
845844
}
846845

847846

0 commit comments

Comments
 (0)