Skip to content

Commit 46142c1

Browse files
hansonrhansonr
authored andcommitted
distribution files for direct AWT support
1 parent ed6ebd5 commit 46142c1

File tree

9 files changed

+4
-2
lines changed

9 files changed

+4
-2
lines changed
5.82 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-
20180922232205
1+
20180923174836
5.82 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-
20180922232205
1+
20180923174836
5.82 KB
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/js/j2sClazz.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// TODO: CharacterSequence does not implement Java 8 default methods chars() or codePoints()
1111
// It is possible that these might be loaded dynamically.
1212

13+
// BH 9/23/2018 3.2.2.07 adds direct non-Swing applet support (java.applet.Applet and java.awt.*); no need for converting source to a2s.*
1314
// BH 9/15/2018 3.2.2.06 adds JScrollBar block and unit increments; fixes JLabel ui getMaximumSize
1415
// BH 9/15/2018 3.2.2.05 fixes Math.IEEEremainder
1516
// BH 8/21/2018 3.2.2.04 fixes ?j2strace=xxx message; sets user.home to https://./, not https://.//; Boolean upgrade and fix

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13555,6 +13555,7 @@ if (!J2S._version)
1355513555
// TODO: CharacterSequence does not implement Java 8 default methods chars() or codePoints()
1355613556
// It is possible that these might be loaded dynamically.
1355713557

13558+
// BH 9/23/2018 3.2.2.07 adds direct non-Swing applet support (java.applet.Applet and java.awt.*); no need for converting source to a2s.*
1355813559
// BH 9/15/2018 3.2.2.06 adds JScrollBar block and unit increments; fixes JLabel ui getMaximumSize
1355913560
// BH 9/15/2018 3.2.2.05 fixes Math.IEEEremainder
1356013561
// BH 8/21/2018 3.2.2.04 fixes ?j2strace=xxx message; sets user.home to https://./, not https://.//; Boolean upgrade and fix

0 commit comments

Comments
 (0)