/*
  * (non-Javadoc)
  *
  * @see javax.swing.plaf.ComponentUI#createUI(javax.swing.JComponent)
  */
 public static ComponentUI createUI(JComponent comp) {
   SubstanceCoreUtilities.testComponentCreationThreadingViolation(comp);
   return new SubstanceCommandButtonUI((JCommandButton) comp);
 }