Class JComboBoxShape

All Implemented Interfaces:
RMArchiver.Archiving, RMShapePainter.Paint, RJMinMaxSizeSettable, Cloneable

public class JComboBoxShape extends RJTextShape
  • Constructor Details

    • JComboBoxShape

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

      public JComboBoxShape(JComponent aComponent)
      Create a new combo box shape.
  • Method Details

    • getComboBox

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

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