Class JSButton


  • public class JSButton
    extends AbstractButton
    The javax.swing.JButton clone
    Author:
    gianpiero.diblasi
    • Constructor Detail

      • JSButton

        public JSButton()
        Creates the object
    • Method Detail

      • setText

        public void setText​(java.lang.String text)
        Clone of javax.swing.JButton.setText
        Parameters:
        text - The text
      • setContentAreaFilled

        public void setContentAreaFilled​(boolean b)
        Clone of javax.swing.JButton.setContentAreaFilled
        Parameters:
        b - true to fill the area, false otherwise