!7 sclass RemoteControlled > DynPrintLog { S controllingComputers; bool enabled; visualize { ret centerAndSouthWithMargins(super.visualize(), vstackWithSpacing(dm_fieldCheckBox("Enabled", 'enabled), centerAndEastWithMargin(withLabel("Computers that can control me:", dm_fieldTextField('controllingComputers)))); } start { } }