Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7d67de4
// BH 9/18/2018 fixes data.getBytes() not qualified, J2S.saveFile
Sep 19, 2018
6670d59
// moved to local
Sep 19, 2018
4ce594f
Merge branch 'hanson1' of https://github.com/BobHanson/java2script.gi…
Sep 22, 2018
a15ca75
fixes for JScrollBar
Sep 23, 2018
75ba926
fix for a2s.Applet subclasses not having super.paint(g) methods
Sep 23, 2018
c8e7ab2
3.2.2.07 adds support for direct AWT java.applet.Applet translation
Sep 23, 2018
f2523c0
a2s support for AWT non-Swing Applets
Sep 23, 2018
3882259
new AWT constructor-only classes that subclass a2s.*
Sep 23, 2018
1f3509b
Core plugin 3.2.2.07 adds HTML for java.applet.Applet
Sep 23, 2018
9e373b1
new classes for AWT
Sep 23, 2018
180f0d9
printwriter fix -- no need for reflection
Sep 23, 2018
45138ce
AWT/swing support for JSFrame, JSDialog, JSPanel
Sep 23, 2018
4102acb
swingjs/plaf support for new AWT JSxxxx classes
Sep 23, 2018
f0cb0ee
adds JSObject support for JSApplet/Applet
Sep 23, 2018
ed6ebd5
test files for AWT applets
Sep 23, 2018
46142c1
distribution files for direct AWT support
Sep 23, 2018
6f9103d
3.2.3.00 full coverage of java.awt non-Swing components. 2/2
Sep 26, 2018
1ed4235
3.2.3.00 full coverage of java.awt non-Swing components. 2/2
Sep 26, 2018
9547f55
Merge branch 'hanson1' of https://github.com/BobHanson/java2script.git
Sep 26, 2018
141c976
Merge pull request #63 from BobHanson/hanson1
BobHanson Sep 26, 2018
b839cad
repairs 0-length SwingJS-site.zip
Sep 26, 2018
41ea62b
Merge pull request #64 from BobHanson/hanson1
BobHanson Sep 26, 2018
a27599b
BigInteger, BigDecimal -- preliminary only
Oct 1, 2018
110753a
fixes for Integer, Long, and System.properties
Oct 1, 2018
4e3eba1
preliminary info for JAXB -- will be changing
Oct 1, 2018
574730c
resource bundle default set to check Properties files first
Oct 1, 2018
10192c4
JAXB with examples and org.apache.xml.bind support
Oct 1, 2018
dd8a505
3.2.4.01(Runtime) BH 2018.10.01
Oct 1, 2018
c00cdc0
Merge pull request #65 from BobHanson/hanson1
BobHanson Oct 1, 2018
4536495
doc/Differences.txt update; moving older doc/*.txt to unused/
Oct 2, 2018
40ae205
BigInteger working; tested for div
Oct 3, 2018
990e745
adds test.math; fixes BigInteger;working
Oct 4, 2018
3e97e0e
fixing A2SEvent
Oct 9, 2018
c246a91
antialiasing fixes
Oct 9, 2018
2a083b7
antialias testing
Oct 9, 2018
879b025
GPL ConcurrentMap.java
Oct 9, 2018
de1797f
open source QName from JBoss
Oct 9, 2018
d0368b8
SwingJS-site.zip; preliminary javax.xml work
Oct 9, 2018
2207f32
Merge pull request #66 from BobHanson/hanson1
BobHanson Oct 10, 2018
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/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Java2Script Core
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
Bundle-Version: 3.2.2
Bundle-Version: 3.2.4
Bundle-Activator: net.sf.j2s.core.CorePlugin
Bundle-Vendor: j2s.sourceforge.net
Require-Bundle: org.eclipse.core.runtime,
Expand Down
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.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20180918115722
20181007153006
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
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions sources/net.sf.j2s.core/dist/swingjs/ver/3.2.3/timestamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20180927214151
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions sources/net.sf.j2s.core/dist/swingjs/ver/3.2.4/timestamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20181007153006
Loading