BobHanson / java2script

Java2Script provides an Eclipse Java to JavaScript transpiler, with a nearly complete implementation of the Java Virtual Machine with AWT and Swing in JavaScript, with simple, automated parallel creation of both class files and js files. To date, over 600 applets have been converted.
https://chemapps.stolaf.edu/swingjs/examples.htm
Other
24 stars 11 forks source link

JTextPane #276

Open richcanvas opened 7 months ago

richcanvas commented 7 months ago

js JTextPane duplicates input when IME is on. js JTextArea works properly.

BobHanson commented 7 months ago

What is IME?

richcanvas commented 7 months ago

input method editor,输入法 in chinese.

BobHanson commented 7 months ago

Please provide a test code example.