git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ce42a
)
JAL-3032 adds JSInternalFrame
author
hansonr
<hansonr@stolaf.edu>
Fri, 22 Jun 2018 07:26:06 +0000
(08:26 +0100)
committer
hansonr
<hansonr@stolaf.edu>
Fri, 22 Jun 2018 07:26:06 +0000
(08:26 +0100)
JSInternalFrame extends JFrame.
Motif involves coercing a JInternalFrame in Java to a JSInternalFrame in
JavaScript:
<code>
JInternalFrame f;
/**
* @j2sNative
*
* f = Clazz.new_('javax.swing.JSInternalFrame');
*
*/
{
f = new JInternalFrame();
}
</code>
SwingJS-site.zip
patch
|
blob
|
history
diff --git
a/SwingJS-site.zip
b/SwingJS-site.zip
index
416445b
..
77b19a2
100644
(file)
Binary files a/SwingJS-site.zip and b/SwingJS-site.zip differ