!7 sclass WordInfo { S word; int position; S fact; } cmodule InfoAboutWords > DynObjectTable { S text, comment; visualize { ret northCenterAndSouthWithMargins( jSection("Input Text", dm_textField('text)), jSection("Facts", super.visualize()), jSection("Tell me something about a word:", dm_textField('comment))); } }