Class GotoLineDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class GotoLineDialog extends JDialog
A simple dialog that allows a user to input a line number. Goes to that line number in a JTextComponent.
See Also:
  • Constructor Details

    • GotoLineDialog

      public GotoLineDialog(JTextComponent textComponent)
  • Method Details

    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()
      Noinspection:
      ALL