JRubyApplet インスタンスを使用すると、次のエラーが発生します。
*Exception in thread "AWT-EventQueue-1"
org.jruby.exceptions.RaiseException: (NoMethodError) undefined method
'drawString' for Java::SunJava2D::SunGraphics2D*
次の script.rb を使用:
include Java
JRUBY_APPLET.on_paint do |g|
g.drawString("hello",0,0)
end
AWT/Graphics から要素を配置することに成功していません
コードが間違っていると思いますが、どこにあるのかわかりません。