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 85216a0 commit 2bf6c9dCopy full SHA for 2bf6c9d
sources/net.sf.j2s.java.core/src/swingjs/JSToolkit.java
@@ -295,10 +295,6 @@ public static JSComponentUI getComponentUI(JComponent target) {
295
return ui;
296
}
297
298
- public static String getSwingDivId() {
299
- return Thread.currentThread().getName() + "_swingdiv";
300
- }
301
-
302
private static int dispatchID = 0;
303
304
/**
0 commit comments