how to get only one "ok" window!
hi
i'm new to java, and i want to ask a bizarre question! :D
i'm using a program that generates some files, for example 5 files, the problem that in the program i must clic on "ok" message to generate the second file; ie: the program waits till i'll clic on 'ok' to increment the loop (for)....
is it a way to make this to have only ONE OK?
i've tried a hack, is by using a loop, (N-1) that makes as i pressed "Enter" and the the latest N will be the latest 'ok' that the user will push .... but as am beginner i can't code it lool
but, is it a way to make this "ok" appear only once a time?
i use JCreator LE.
thanks in advance :cool: