M
Matthijs Blaas
I try to invoke a method (setIgnoreRepaint) only if it's available on the
used JVM through reflection. Problem is that it throws me a
java.lang.NoSuchMethodException:
java.awt.Component.setIgnoreRepaint(java.lang.Boolean) exception even on
JVM's where it is available... I cant figure out what im doing wrong.
An example can be found at: http://www.virtual-boy.org/applet/refl.html (you
can see the error at the java console)
Sources:
http://www.virtual-boy.org/applet/refl.java
used JVM through reflection. Problem is that it throws me a
java.lang.NoSuchMethodException:
java.awt.Component.setIgnoreRepaint(java.lang.Boolean) exception even on
JVM's where it is available... I cant figure out what im doing wrong.
An example can be found at: http://www.virtual-boy.org/applet/refl.html (you
can see the error at the java console)
Sources:
http://www.virtual-boy.org/applet/refl.java