j4ts / j4ts-awt-swing

A JSweet implementation for AWT/Swing
16 stars 3 forks source link

Defect fixes and candy update #12

Closed vorth closed 1 year ago

vorth commented 1 year ago

I updated the transpiler version and made other pom.xml fixes to modernize, and added candy-metadata.json so that modern JSweet will recognize this as a candy.

I added SwingUtilities.invokeAndWait() to support j4ts-swing-example.

I've also started adding missing classes and methods as required for my app.

I've fixed some logic defects in WebGraphics2D.draw(Shape), drawOval(), and fillOval().

This PR should probably wait until JSweet 3.2.0 has been released.