Stop print from scrolling

Welcome to the forum.

I am not exactly sure what your issue is. Can you show what a good print should look like? Just type it in the post.

Just in case:

  • println() will add a new line at the end, the next print will be in the new line
  • print() will not add a new line and the next print will continue in the same line