Module java.desktop

Class SynthRadioButtonMenuItemUI

All Implemented Interfaces:
PropertyChangeListener, EventListener, SynthConstants, SynthUI

public class SynthRadioButtonMenuItemUI
extends SynthMenuItemUI
Provides the Synth L&F UI delegate for JRadioButtonMenuItem.
Since:
1.7
  • Constructor Details

  • Method Details

    • createUI

      public static ComponentUI createUI​(JComponent b)
      Creates a new UI object for the given component.
      Parameters:
      b - component to create UI object for
      Returns:
      the UI object