Sign in
eclipse
/
gerrit
/
epsilon
/
org.eclipse.epsilon
/
4a0e96a58ba1242e67969820a34a87c32df6d945
/
.
/
examples
/
org.eclipse.epsilon.examples.calljava
/
CreateJFrame.eol
blob: 16b784ffa1784c07b3d8a01f645c3e7b201672da [
file
] [
log
] [
blame
]
var
frame
=
new
Native
(
"javax.swing.JFrame"
);
frame
.
setBounds
(
100
,
100
,
200
,
200
);
frame
.
title
=
"Opened from EOL"
;
frame
.
visible
=
true
;