*/
public static void main(String[] args) {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
try {
UIManager.setLookAndFeel(new MetalLookAndFeel());
} catch (Exception e) {
}
TestCommandButtonsRichTooltips frame = new TestCommandButtonsRichTooltips();
frame.setSize(800, 400);
frame.setLocationRelativeTo(null);