JAL-3032 adds JSInternalFrame
authorhansonr <hansonr@stolaf.edu>
Fri, 22 Jun 2018 07:26:06 +0000 (08:26 +0100)
committerhansonr <hansonr@stolaf.edu>
Fri, 22 Jun 2018 07:26:06 +0000 (08:26 +0100)
commit6336f4c3f55ac222ccdd166cfef16391c376d38f
treeac6bfaee5f6e072346ab14e84c32dd2552fb5b04
parenta0ce42a78d72fdcde5020c42da61ffdc4202fcf1
JAL-3032 adds JSInternalFrame

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