Class BalloonTipLabel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.ignition.client.util.gui.BalloonTipLabel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BalloonTipLabel extends JPanel
See Also:
  • Constructor Details

    • BalloonTipLabel

      public BalloonTipLabel(String tip)
    • BalloonTipLabel

      public BalloonTipLabel(String tip, int position)
      A user-hideable label that looks like a cartoon dialog baloon
      Parameters:
      tip - Text for tip. May be null or empty, but rethink things if you do.
      position - SwingConstants.TOP, SwingConstants.BOTTOM, or SwingConstants.CENTER
  • Method Details