Class ModOptionUI.ModOptionRenderer

    • Constructor Detail

      • ModOptionRenderer

        private ModOptionRenderer()
    • Method Detail

      • setLabelValues

        public void setLabelValues​(javax.swing.JLabel label,
                                   ModOption value)
        Set the text to place in a label.
        Overrides:
        setLabelValues in class FreeColComboBoxRenderer<ModOption>
        Parameters:
        label - The JLabel to assign.
        value - The object to derive a text value from.