ok can someone suggest me of a better way to make my GUI to repeat the whole process without RE RUNNING the GUI itself?
in my case i am making a cashier like GUI app then what i want is that when i run it once then finished a transaction and showed the receipt or invoice i would be able to accept another customer without re running the app/gui im thinking of inserting the whole code inside a do-while statement but would there be another way?
Thanks and more power!