Class JComboBoxShape

    • Constructor Detail

      • JComboBoxShape

        public JComboBoxShape()
        Create a new combo box shape.
      • JComboBoxShape

        public JComboBoxShape​(javax.swing.JComponent aComponent)
        Create a new combo box shape.
    • Method Detail

      • getComboBox

        public javax.swing.JComboBox getComboBox()
        Returns the combo box shape's combo box.
      • paintImage

        public void paintImage​(java.awt.Graphics2D g)
        Paints the combo box shape.
        Overrides:
        paintImage in class RJShape