Skip to content

fix: #70 fix scrollbar functionality

  • add parameters for textarea instantiation to set fixed size
  • change textArea.setPreferredSize to textArea.setSize to force dimensions
  • add textArea.setCaretPosition(0) to scroll to top of textarea

Merge request reports

Loading