Mysaifu JVM is a free Java virtual machine for Windows Mobile.
ClassLoader.loadClass(String)
from VM. (Bug #12218)
java.awt
Graphics.drawString(String, int, int)
throws AWTError
when empty String passed. (Bug #15250)
GraphicsConfiguration.createCompatibleImage()
always throws Exception
.(Bug #15251)
GradientPaint
is wrong. (Bug #15293)
Graphics.drawLine(int x1, int y1, int x2, int y2)
does not draw point x2, y2
.(Bug #15318)
Component.createVolatileImage(int, int)
always returns null
. (Bug #15370)
Robot
class is not implemented.(Bug #15374)
Component.createImage(int width, int height)
is not a subclass of BufferedImage
. (Bug #15171)
ClassLoader.loadClass(String)
に不正な値を渡していた。(Bug #12218)
java.awt
Graphics.drawString(String, int, int)
に空文字を渡すとAWTError
が発生していた。(Bug #15250)
GraphicsConfiguration.createCompatibleImage()
が常にException
をthrowしていた。(Bug #15251)
Graphics.setPaint(Paint)
にGradientPaint
を設定し、塗りつぶし領域の幅が4の倍数ではない場合、描画結果がおかしくなっていた。(Bug #15293)
Graphics.drawLine(int x1, int y1, int x2, int y2)
が、x2, y2
を描画していなかった。(Bug #15318)
Component.createVolatileImage(int, int)
が常にnull
を返していた。(Bug #15370)
Robot
クラスが実装されていなかった。(Bug #15374)
Component.createImage(int width, int height)
の戻り値がBufferedImage
のサブクラスになっていなかった。(Bug #15171)