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 a554ee4 commit b2b3e50Copy full SHA for b2b3e50
sources/net.sf.j2s.java.core/src/swingjs/plaf/JSComponentUI.java
@@ -199,7 +199,12 @@ public class JSComponentUI extends ComponentUI
199
* we can send the coordinates to the retrieve the row and cell
200
*
201
*/
202
- protected JComponent targetParent;
+ private JComponent targetParent;
203
+
204
+ public void setTargetParent(JComponent table) {
205
+ targetParent = table;
206
+ }
207
208
209
public JComponent getTargetParent() {
210
return targetParent;
@@ -2787,7 +2792,6 @@ public boolean selfOrParentBackgroundPainted() {
2787
2792
return false;
2788
2793
}
2789
2794
2790
-
2791
2795
/**
2796
* If a control is transparent, then set that in HTML for its node
2797
0 commit comments