git://source.jalview.org
/
jalviewjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git]
/
bin
/
awt2swing
/
Button.js
1
Clazz.declarePackage ("awt2swing");
\r
2
Clazz.load (["javax.swing.JButton"], "awt2swing.Button", null, function () {
\r
3
c$ = Clazz.declareType (awt2swing, "Button", javax.swing.JButton);
\r
4
});
\r