Interface PanelMaticComponentCustomizer

    • Method Detail

      • customize

        JComponent customize​(String labelText,
                             JComponent aJcomponent)
        Customize the component. Note that this method also allows for wrapping the component in a new component, or replacing it altogether.
        Parameters:
        labelText - the string for the label (or null). Useful for meta-data, as in adding a tool-tip according to it.
        aJcomponent - the component to customize
        Returns:
        Normally the passed component; could also be a wrapping component or even a new one.