Going back to start
Hi.. I'm trying to write a program to help some students in the Uni.. and i came up with a little problem.. i want to give the an option dialog
(JOptionPane.showOptionDialog) to ask weathwe they want to try again.. i thought of taking the entire program into a do while loop but it's a no go.. is there a possiblity to use sth like "goto" from VB?
[362 byte] By [
Pcproa] at [2007-11-26 18:53:02]

> Hi.. I'm trying to write a program to help some
> students in the Uni.. and i came up with a little
> problem.. i want to give the an option dialog
> (JOptionPane.showOptionDialog) to ask weathwe they
> want to try again.. i thought of taking the entire
> program into a do while loop but it's a no go..
Why?
>is there a possiblity to use sth like "goto" from VB?
Thankfully, no.