Skip to content

Commit 141c976

Browse files
authored
Merge pull request #63 from BobHanson/hanson1
Hanson1 3.2.3 supports direct use of java.awt.* components
2 parents d8aa3b5 + 9547f55 commit 141c976

File tree

106 files changed

+18962
-5634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+18962
-5634
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
-3.77 MB
Binary file not shown.
42 Bytes
Binary file not shown.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
20180918115722
1+
<<<<<<< HEAD
2+
20180925231153
3+
=======
4+
20180925230731
5+
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script.git
5.79 KB
Binary file not shown.
42 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20180918115722
1+
20180923174836

0 commit comments

Comments
 (0)