var frame := new Native('javax.swing.JFrame'); frame.setBounds(100,100,200,200); frame.title := 'Opened from EOL'; frame.visible := true;
There are two ways to get the code of this example:
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 in EOL, set its bounds and title, and make it visible. 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.