Skip to content

Commit 4536495

Browse files
hansonrhansonr
authored andcommitted
doc/Differences.txt update; moving older doc/*.txt to unused/
1 parent dd8a505 commit 4536495

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

sources/net.sf.j2s.core/doc/Differences.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Notes
22
=====
33

4+
update 10/1/2018 -- 3.2.4.01
5+
6+
AWT components in SwingJS:
7+
8+
-- can be accessed directly as java.awt Components
9+
-- receive posted events to the component's MouseDown, MouseMove, etc, methods;
10+
-- can also be extended to use (or can alternatively use) Swing MouseListener and MouseAdapter methods;
11+
-- are subclasses of JComponent (JavaScript only, not Java), so also take all the event possibilities of Swing;
12+
-- require explicit graphics.dispose() if getGraphics() is called in any component.
13+
14+
415
update 9/29/2018 -- 3.2.4 adds support for JAXB, changes default for ResourceBundle.getBundle
516
update 9/23/2018 -- 3.2.3 adds support for direct use of java.awt.* components and java.applet.Applet
617
-- no need for switching to a2s.*
File renamed without changes.
File renamed without changes.

sources/net.sf.j2s.core/doc/indistinguishable_signatures.txt renamed to sources/net.sf.j2s.core/unused/indistinguishable_signatures.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)