Skip to content

Commit 8ad6e74

Browse files
hansonrhansonr
authored andcommitted
update for SwingJS-site.zip
1 parent 2651a82 commit 8ad6e74

File tree

6 files changed

+2
-21
lines changed

6 files changed

+2
-21
lines changed
83 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181220202217
1+
20181222153027
83 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181220202217
1+
20181222153027
83 Bytes
Binary file not shown.

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -569,25 +569,6 @@ public static Document getPlainDocument(JComponent c) {
569569
return (Document) JSUtil.getInstance("swingjs.JSPlainDocument");
570570
}
571571

572-
public static String getClassNameForObject(Object c) {
573-
/**
574-
* @j2sNative
575-
*
576-
* return c.__CLASS_NAME__;
577-
*
578-
*/
579-
{
580-
return null;
581-
}
582-
}
583-
584-
585-
586-
587-
588-
589-
590-
591572

592573
//////////////// images ///////////////
593574

0 commit comments

Comments
 (0)