Class DialogScrollPane

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

public class DialogScrollPane extends JScrollPane
Scroll pane for which we can set a maximum height in characters for the standard font.
Author:
Dougl
See Also:
  • Constructor Details

    • DialogScrollPane

      public DialogScrollPane(Component view, int maxHeightChars)
  • Method Details