Skip to content

Commit ff81d42

Browse files
author
jossonsmith
committed
Move CSS related methods from Class and ClassLoader into SWT
package.js with namespace of "$WTC$$" for SWT only.
1 parent be723fe commit ff81d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/net.sf.j2s.test.swt/src/net/sf/j2s/test/swt/theme/TestTheme.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void main(String[] args) {
5050
public void widgetSelected(SelectionEvent e){
5151
/**
5252
* @j2sNative
53-
* ClazzLoader.registerTheme("theme1", "theme1");
53+
* $WTC$$.registerTheme("theme1", "theme1");
5454
*/{}
5555
}
5656
});
@@ -60,7 +60,7 @@ public void widgetSelected(SelectionEvent e){
6060
public void widgetSelected(SelectionEvent e){
6161
/**
6262
* @j2sNative
63-
* ClazzLoader.registerTheme("theme2", "theme2");
63+
* $WTC$$.registerTheme("theme2", "theme2");
6464
*/{}
6565
}
6666
});

0 commit comments

Comments
 (0)