Class InlineTipLabel

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

public class InlineTipLabel extends JPanel
See Also:
  • Constructor Details

    • InlineTipLabel

      public InlineTipLabel(String text)
  • Method Details

    • runOnClose

      public void runOnClose(Runnable onClose)
    • paintComponent

      protected void paintComponent(Graphics g)
      Possibly a LaF issue, but there seems to be a weird opacity issue with JTabbedPanes. This results in the background color not being set. Seems to work fine with Jide's equivalent. Forcing this component to paint its background.
      Overrides:
      paintComponent in class JComponent