var frame = new Native("javax.swing.JFrame");
frame.setBounds(100,100,200,200);
frame.title = "Opened from EOL";
frame.visible = true;
Check out the code from the SVN:
Once you have checked out/imported the code, to run the example you need to go through the following steps:
In this example, we create a JFrame from EOL. The aim of this example is to show how to call Java code from within Epsilon languages.
.emf files are Ecore metamodels expressed using the Emfatic textual syntax.
More examples are available in the examples folder of the SVN repository.