Sign in
eclipse
/
epsilon
/
org.eclipse.epsilon
/
refs/heads/hhoyos/iEvl
/
.
/
examples
/
org.eclipse.epsilon.examples.runant
/
build.xml
blob: 28b6de1422b912fde0c6f4bbe7e39099542121fc [
file
] [
log
] [
blame
]
<project
default
=
"main"
>
<target
name
=
"main"
>
<epsilon.eol>
var f = new Native("javax.swing.JFrame");
f.title = "Hello";
f.visible = true;
</epsilon.eol>
</target>
</project>