We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e70eb commit a85ac6eCopy full SHA for a85ac6e
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSAppletUI.java
@@ -57,7 +57,9 @@ public void adjustCanvasForMenuBar() {
57
}
58
59
public HTML5Canvas getCanvas() {
60
- return (HTML5Canvas) c.getAppContext().getThreadGroup().秘html5Applet._getHtml5Canvas();
+ Object canvas = this.c.getAppContext().getThreadGroup().秘html5Applet._getHtml5Canvas();
61
+ focusNode = (DOMNode) canvas;
62
+ return (HTML5Canvas) canvas;
63
64
65
0 commit comments