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