Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
9a6f419
minor adjustments
Jul 3, 2019
4deaf61
don't let DefaultTableCellHeaderRenderer paint itself
Jul 3, 2019
c8e6a51
JTable performance upgrade
Jul 6, 2019
473e259
JComboBox total upgrade to j2scb JQuery widget; ContainerPeer set
Jul 8, 2019
b2e359e
major upgrade for JComboBox, JList, and JToolTip
Jul 10, 2019
d384d2e
just cleaning up comments
Jul 10, 2019
d44534e
swingjs/jquery/j2smenu.js needed .swingjsPopupMenu
Jul 10, 2019
ad04ed0
ToolTipManager may be for popup menu item, so then ancestor window may
Jul 10, 2019
0cc7bab
adds System.setOut/setErr -- untested
Jul 12, 2019
073c2da
ComboBox putting menu AFTER body
Jul 12, 2019
faf3724
PipedInputStream -- untested
Jul 12, 2019
9c9900a
WritableRaster adds 秘pix element for direct writing
Jul 12, 2019
0a784d2
Fix for JSMenuUI not vertically aligning submenu items.
Jul 12, 2019
d8b2ba7
vertical alignment simplification
Jul 12, 2019
b5d71e4
check for null inputstream
Jul 12, 2019
4c1badd
TODO: print/printable all not implemented
Jul 12, 2019
734ccc9
use invalidateTree, not invalidate, to prevent early paint
Jul 12, 2019
34e2867
SwingJS-zip
Jul 12, 2019
6673024
fixing issues with labels not truncating, controlpanel background
Jul 12, 2019
3bfb4f0
better button/label text positioning
Jul 13, 2019
253cb6a
JInternalFrame should not addNotify the way JFrame does
Jul 13, 2019
65c9c14
Java OpenJDK bug in RadioButton.focusActions "RETURN" should be "ENTER"
Jul 13, 2019
72fce09
very minor fix
Jul 13, 2019
86b9e85
JMenuItem reducing need for DOM styling
Jul 13, 2019
36ee93e
Adds getColorFromName using great canvas pixel trick
Jul 13, 2019
91ab2db
fix for KT#92 - mouse-up out of applet does not always fire event
Jul 13, 2019
3747862
interface testing -- transpiler does allow static methods in interfaces
Jul 13, 2019
eb69489
debug comments out
Jul 13, 2019
38bb6b5
addNotify comment
Jul 13, 2019
dc1c81a
considering check in label for parent
Jul 13, 2019
62706dd
Deferred editor for JCOmboBox
Jul 13, 2019
c6f23d2
mouse-up outside application
Jul 13, 2019
2c6b0ee
SwingJS-zip
Jul 13, 2019
0a0b5b2
Applet should not initiate a focus when made visible. It's not a frame.
Jul 13, 2019
4b9cbc6
BigDecimal.divide fix
Jul 14, 2019
3c85b27
AWT Label/Button default peer preferred size
Jul 14, 2019
cd2e120
fix for submenu labels lost when clicked
Jul 14, 2019
dc5d7b7
jquery widget upgrades
Jul 14, 2019
8e0588f
BigDecimal tests
Jul 14, 2019
54c53f9
Swingjs-zip
Jul 14, 2019
484ae93
Top-Level AWT components return a default font even after setFont(null)
Jul 17, 2019
6f2930c
JTextPane and JEditorPane upgrade to fully utilize Java events for
Jul 17, 2019
4346762
removes editable for sysoutdiv, but not sure that helps. Problem was
Jul 17, 2019
b7e333a
SwingJS update
Jul 17, 2019
5c396b1
menus fixes; adds JQueryObject.JQEvent interface
Jul 24, 2019
72b53a1
Merge pull request #106 from BobHanson/hanson1
BobHanson Jul 24, 2019
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
Binary file modified sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
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 @@
20190703091927
20190724061400
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.2.4/SwingJS-site.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/ver/3.2.4/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20190703091927
20190724061400
3 changes: 3 additions & 0 deletions sources/net.sf.j2s.java.core/TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019.07.07 Why do we have to run rootPane.addNotify after init()?
This is causing two full creations of components.

2019.07.01 working on JSEditorPaneUI tab business
2019.07.01 AppContext.getApplet(name) initial work
2019.07.01 working on JTable key navigation events
Expand Down
Loading