Skip to content

Commit 1ed4235

Browse files
hansonrhansonr
authored andcommitted
3.2.3.00 full coverage of java.awt non-Swing components. 2/2
Thus, we no longer require adding the a2s package to AWT applet transpiling, and imports of java.awt.* can be left without changing. [not fully tested]
1 parent 46142c1 commit 1ed4235

37 files changed

+1278
-1334
lines changed

sources/net.sf.j2s.core/dev/update-clean.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem rough update script for Windows for new transpiler and/or runtime
22
rem plugin is set to deliver to c:\temp\plugins\plugins
3-
set ver=3.2.2
3+
set ver=3.2.3
44

55
echo %ver%
66

sources/net.sf.j2s.core/dev/update.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem rough update script for Windows for new transpiler and/or runtime
22
rem plugin is set to deliver to c:\temp\plugins\plugins
3-
set ver=3.2.2
3+
set ver=3.2.3
44

55
echo %ver%
66

sources/net.sf.j2s.core/dist/README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,12 @@ Phet applets have not been put on GitHub yet.
474474
Development updates
475475
--------------------------------------------------------------------------------------------
476476

477+
9/23/2018 Bob Hanson hansonr@stolaf.edu
478+
479+
Java2Script 3.2.3.00 adds support for AWT applets and components w/o need for a2s.* class replacement in code
480+
481+
---------------------
482+
477483
9/13/2018 Bob Hanson hansonr@stolaf.edu
478484

479485
JSlider minimum and preferred sizes fixed swingjs/plaf/JSSliderUI.java
@@ -519,7 +525,6 @@ The dist/dropins folder has been renamed dist/swingjs
519525

520526
It holds the key files that are needed for a J2S project (see below).
521527

522-
523528
Java2Script 3.2.2.03 introduces and checks more Java 8 capabilities. Use
524529

525530
eclipsec -clean
7.75 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180923174836
1+
20180925231153

0 commit comments

Comments
 (0)