!7 sclass RebootStefansOS extends DynModule { JComponent visualize() { ret jcenteredbutton("Reboot Stefan's OS", r { callCreator('showConsole); callCreator('restart) }); } }