if (focusOwner != null) {
curSize = 1;
int size = FONT_SIZE[curSize];
Action a = focusOwner.getActionMap().get("font-size-" + size);
if (a != null) {
a.actionPerformed(new ActionEvent(focusOwner,
ActionEvent.ACTION_PERFORMED,
null));
}
enabledAction("fontSmaller", true);
enabledAction("fontLarger", true);