Skip to content

Commit 08e3ec1

Browse files
hansonrhansonr
authored andcommitted
A placeholder for window.SwingJS
1 parent d4dd845 commit 08e3ec1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package swingjs;
2+
3+
/**
4+
* Abstract class for the SwingJS object -- only called by reference; set to self.SwingJS in JSToolkit
5+
*
6+
* @author hansonr
7+
*
8+
*/
9+
public abstract class SwingJS {
10+
11+
public int eventID = 0;
12+
13+
}

0 commit comments

Comments
 (0)