I made a GUI using Jframe so I just added the textarea using the editor. And I want it to display a text that gets updated based on a changing int amount.
The GUI editor places a bunch of
private void scoreInputMethodTextChanged(java.awt.event.InputMethodEvent evt)
for every GUI element, so dont know how to set and/or refresh the displayed text. If you need a sample of my code just say so, Thanks!