/**
* Action called when Update button is pressed.
*/
public void actionUpdate() {
textOriginal.resetAttributes();
new ExpandTemplatesWorker(
getWikipedia(), this, textTitle.getText(),
textOriginal,
showExpand ? textExpanded : null,
showPreview ? this : null).start();
}