We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc4dbe commit 17717acCopy full SHA for 17717ac
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSTableUI.java
@@ -80,6 +80,7 @@
80
import sun.swing.DefaultLookup;
81
import sun.swing.SwingUtilities2;
82
import sun.swing.UIAction;
83
+import swingjs.JSUtil;
84
import swingjs.api.js.DOMNode;
85
86
/**
@@ -133,6 +134,11 @@ public void endLayout() {
133
134
setUIDisabled(getHeaderUI().setUIDisabled(false));
135
}
136
137
+ @Override
138
+ public void endValidate() {
139
+ // no need to update HTML upon validation of a table.
140
+ }
141
+
142
@Override
143
public void update(Graphics g, JComponent c) {
144
if (isUIDisabled)
0 commit comments