Skip to content

Commit 17717ac

Browse files
hansonrhansonr
authored andcommitted
probably unnecessary JTable fix
1 parent 9bc4dbe commit 17717ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSTableUI.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
import sun.swing.DefaultLookup;
8181
import sun.swing.SwingUtilities2;
8282
import sun.swing.UIAction;
83+
import swingjs.JSUtil;
8384
import swingjs.api.js.DOMNode;
8485

8586
/**
@@ -133,6 +134,11 @@ public void endLayout() {
133134
setUIDisabled(getHeaderUI().setUIDisabled(false));
134135
}
135136

137+
@Override
138+
public void endValidate() {
139+
// no need to update HTML upon validation of a table.
140+
}
141+
136142
@Override
137143
public void update(Graphics g, JComponent c) {
138144
if (isUIDisabled)

0 commit comments

Comments
 (0)