private static Font buttonFont = new Font("Arial", Font.ITALIC, 12);
private static Font smallButtonFont = new Font("Arial", Font.ITALIC, 10);
private static JComponent createHyperlinkButton(ZCommand zc) {
return createHyperlinkButton(new ZCommandAction(new ZCommand[]{zc}));
}