!7
sclass WelcomeScreen extends DynModule {
JComponent visualize() {
ret jCenteredHTMLLabel([[
Hi. I am a new kind of operating system.
I consist of many modules that you can add at any time.
Modules work together in interesting ways.
Also it is easy to program such modules using a simplified dialect of Java.
]]);
}
}