[SOLVED] update while running
I'm at a loss here:confused:. Have tried multiple google search with no luck in several days now.
All i want to know is how do i update the text of lets say an JLabel or an TextField while a program is running?
As it is now it will only update the component after all code has executed. And if i minimize the program while running and pulling it back upp it only shows a black window until program has executed all code.
(i'm using NetBeans 6.5) The components are in a JPanel that's in a JFrame.
Could someone give an exempel in let's say a while loop?:o
Re: [SOLVED] update while running