google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.23k stars 144 forks source link

Does this support AWT and Swing like TeaVM? #167

Closed ghost closed 1 year ago

ghost commented 1 year ago

Like the title.

rluble commented 1 year ago

J2CL does not support AWT nor Swing out of the box. See https://github.com/google/j2cl/issues/149#issuecomment-1176926954 for a discussion on the motivations behind J2CL and to what extend J2CL supports particular Java features.