!7 sclass TenSecondProfiler extends DynModule { S result; transient JTextArea textArea; JComponent visualize() { ret northAndCenter( jbutton("Profile!", disableAndRenameButtonWhileCalcing3("Profiling...", r doIt)), textArea = typeWriterTextArea("Results go here")); } void doIt { temp enter(); setText(textArea, text_tenSecondProfile()); } }