Originally posted by Paul Wright:
I have this bit of code in my application. Its for a sudoku solver. When the user presses the solve button it should write to a JTextField stating that it is "solving" then once solved should rewrite to the same textfield "no errors". The problem I am having is that is it not writing the first solving and regardless of what I try it wont write.
You will see the System.out.prinln() functions. They work and write the exact thing that should be in the jtextfield.
Is there something about actionlisteners or jtextfields im not getting? Maybe something to do with the refresh rate or something....
Any help would be much appreciated.