java2script icon indicating copy to clipboard operation
java2script copied to clipboard

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 crea...

Results 14 java2script issues
Sort by recently updated
recently updated
newest added

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

can SwingJS runtime support BasicLookAndFeel and MetalLookAndFeel by default?

i try to run java2d demo using this :https://github.com/java-academy/java-2-demo-jdk11 and changed it to java8. js report various errors. java version runs ok.

This general issue is for collecting requests for Java 9+ functionality. They will be addressed as time permits. Certainly there is no general problem with adding any amount of additional...

I only want to be able to run my favorite Java based applications on the browser as effortless as possible. I don't want to build teavm from source myself. An...

https://github.com/lbalazscs/Pixelitor

The issue here is the time required to process Long values correctly. The method works for significant tasks such as calculating the value of pi to 10000 digits, but it...

Commit eabd24148d570eba6f383f6129f03aad869c17eb related to https://issues.jalview.org/browse/JAL-4137

Java 11 introduced `java.net.http` package that adds fully functional http client to the standard library. It would be really nice to have it in java2script. Here are some of the...