Skip to content

Commit aa4915c

Browse files
authored
Merge pull request #179 from BobHanson/master
omnibus pull from hansonr1
2 parents 55db3ef + a737bf2 commit aa4915c

File tree

78 files changed

+3089
-357
lines changed

Some content is hidden

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

78 files changed

+3089
-357
lines changed
13.5 KB
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/differences.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,10 @@ and so are not implmented. javax.swing.text.View and its subclasses are not impl
14321432

14331433
The JS document model does not allow two text fields to address the same underlying document.
14341434

1435+
JavaScript is slightly different from Java in that the field value is changed asynchronously after
1436+
the keypressed event, so Java actions that are keyed to KEY_PRESSED may not pick up the new
1437+
key value even after SwingUtilities.invokeLater() is called. Thus, key pressed actions may need
1438+
to be recorded after a key released event instead.
14351439

14361440
Formatter/Regex limitations
14371441
---------------------------
431 Bytes
Binary file not shown.
62 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200813222737
1+
20201127044806
Binary file not shown.

sources/net.sf.j2s.core/dist/swingjs/ver/3.2.9-j11/differences.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,10 @@ and so are not implmented. javax.swing.text.View and its subclasses are not impl
14321432

14331433
The JS document model does not allow two text fields to address the same underlying document.
14341434

1435+
JavaScript is slightly different from Java in that the field value is changed asynchronously after
1436+
the keypressed event, so Java actions that are keyed to KEY_PRESSED may not pick up the new
1437+
key value even after SwingUtilities.invokeLater() is called. Thus, key pressed actions may need
1438+
to be recorded after a key released event instead.
14351439

14361440
Formatter/Regex limitations
14371441
---------------------------
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200623075216
1+
20201127032339
13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)