Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dev/update-clean.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem rough update script for Windows for new transpiler and/or runtime
rem plugin is set to deliver to c:\temp\plugins\plugins
set ver=3.2.2
set ver=3.2.3

echo %ver%

Expand Down
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dev/update.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem rough update script for Windows for new transpiler and/or runtime
rem plugin is set to deliver to c:\temp\plugins\plugins
set ver=3.2.2
set ver=3.2.3

echo %ver%

Expand Down
7 changes: 6 additions & 1 deletion sources/net.sf.j2s.core/dist/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ Phet applets have not been put on GitHub yet.
Development updates
--------------------------------------------------------------------------------------------

9/23/2018 Bob Hanson hansonr@stolaf.edu

Java2Script 3.2.3.00 adds support for AWT applets and components w/o need for a2s.* class replacement in code

---------------------

9/13/2018 Bob Hanson hansonr@stolaf.edu

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

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


Java2Script 3.2.2.03 introduces and checks more Java 8 capabilities. Use

eclipsec -clean
Expand Down
Binary file modified sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core.jar
Binary file not shown.
6 changes: 5 additions & 1 deletion sources/net.sf.j2s.core/dist/swingjs/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
20180918115722
<<<<<<< HEAD
20180925231153
=======
20180925230731
>>>>>>> branch 'hanson1' of https://github.com/BobHanson/java2script.git
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.2.2/SwingJS-site.zip
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.2.2/net.sf.j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/ver/3.2.2/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20180918115722
20180923174836
Loading