Mbregg
Outputbox hates scrolling horizontally.
Java.swing
Send a really long string with no linebreaks to the output box. Watch as when you scroll back and forth it becomes unreadable.
This seems to be a java swing issue?
The display is simply using setText();
I say we just avoid sending strings long enough to require significant horizontal scrolling anywho.
Mbregg
Outputbox hates scrolling horizontally.
Java.swing
Send a really long string with no linebreaks to the output box. Watch as when you scroll back and forth it becomes unreadable.
This seems to be a java swing issue?
The display is simply using setText();
I say we just avoid sending strings long enough to require significant horizontal scrolling anywho.