!7 sclass DevelopFromExamples > CollectIOExamples { S whatToTry; JComponent visualize() { JComponent c = super.visualize(); replaceComponent(examplesList, centerAndSouth(examplesList, jsection("Stuff to try", jLiveTextField(dm_fieldLiveValue('whatToTry))))); ret c; } /*O[] buttons() { ret arrayPlus(super.buttons()); }*/ }