Skip to content

Commit 2bf6c9d

Browse files
hansonrhansonr
authored andcommitted
obsolete method getSwingDivId removed
1 parent 85216a0 commit 2bf6c9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sources/net.sf.j2s.java.core/src/swingjs/JSToolkit.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ public static JSComponentUI getComponentUI(JComponent target) {
295295
return ui;
296296
}
297297

298-
public static String getSwingDivId() {
299-
return Thread.currentThread().getName() + "_swingdiv";
300-
}
301-
302298
private static int dispatchID = 0;
303299

304300
/**

0 commit comments

Comments
 (0)