Simple windowed application: Difference between revisions

m
imported>Arakov
Line 1,367:
 
=={{header|Elena}}==
ELENA 56.0x:
<syntaxhighlight lang="elena">import forms;
import extensions;
Line 1,380:
constructor new()
<= super new()
{
lblClicks := Label.new();
Anonymous user