Package rma.swing

Class RmaJObjectLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class RmaJObjectLabel extends JLabel
An extension to a JLabel that displays the toString() representation of an object.
See Also:
  • Constructor Details

    • RmaJObjectLabel

      public RmaJObjectLabel()
      Creates a JLabel instance with no object.
    • RmaJObjectLabel

      public RmaJObjectLabel(Object obj, int horizontalAlignment)
    • RmaJObjectLabel

      public RmaJObjectLabel(Object obj)
  • Method Details