Evaluate Selection
Runs the currently selected Text in the Dynamic Java Interpreter (see also Help|Credits).
AnyJ extracts the package imports automatically from the file of the selected text.
Note that variable declaration 'survive', e.g. it is possible to execute first 'JFrame f = new JFrame();' (select
and choose 'Evaluate selection'). Later on you may refer to this variable like this 'f.show();'.
To reset the variable declarations (=reset the interpreter) call 'Reset Interpreter'.