Module java.desktop

Class SynthRadioButtonUI

    • Constructor Detail

      • SynthRadioButtonUI

        public SynthRadioButtonUI()
    • Method Detail

      • 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
      • getSizingIcon

        protected Icon getSizingIcon​(AbstractButton b)
        Returns the Icon used in calculating the preferred/minimum/maximum size.
        Overrides:
        getSizingIcon in class SynthButtonUI
        Parameters:
        b - specifies the AbstractButton used when calculating the preferred/minimum/maximum size.
        Returns:
        the Icon used in calculating the preferred/minimum/maximum size.