Class JCommandToggleButton

    • Constructor Detail

      • JCommandToggleButton

        public JCommandToggleButton​(ResizableIcon icon)
        Creates a new command toggle button with empty text
        Parameters:
        icon - Button icon.
      • JCommandToggleButton

        public JCommandToggleButton​(String title)
        Creates a new command toggle button without an icon.
        Parameters:
        title - Button title. May contain any number of words.
      • JCommandToggleButton

        public JCommandToggleButton​(String title,
                                    ResizableIcon icon)
        Creates a new command toggle button.
        Parameters:
        title - Button title. May contain any number of words.
        icon - Button icon.