Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
refs/heads/hhoyos/iEvl
/
.
/
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
;