!7
sclass WelcomeScreen extends DynModule {
JComponent visualize() {
ret centerAndSouthWithMargins(jscroll_trackWidth(setVerticalAlignment(JLabel.TOP, jCenteredHTMLLabel(print(jlabel_fixImages([[
Hi. I am a new kind of open-source operating system.
I consist of many modules that you can add at any time.
Modules work together in interesting ways.
It is even easy to program such modules yourself using a simplified dialect of Java.
]]))))),
jrightalignedbutton("Visit BotCompany.de", r-thread {
openPlatformBrowser("https://BotCompany.de")
}));
}
}