Class JPanelFlythruMove.RightRotateButton

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.AbstractButton
javax.swing.JButton
gov.nih.mipav.view.renderer.flythroughview.JPanelFlythruMove.RightRotateButton
All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants
Enclosing class:
JPanelFlythruMove

class JPanelFlythruMove.RightRotateButton extends JButton
Helper class which sets the appropriate icons for the left button. Will use "instanceof" keyword to determine icons later.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
  • Constructor Details

    • RightRotateButton

      public RightRotateButton(String tip)
      Creates new button with correct icon and given tool tip.
      Parameters:
      tip - Tool tip for button.