Hi! I'm new at Java and enjoying what I've learned to date. I'm busy designing a GUI (for customers of a Video store). My question is: I want to use Math.random() to generate a unique customer no. The problem is I'm using a TextField and the error that keeps coming up is that I'm unable to use int in a String field. How can I get passed this?
Thank you
Petra
Thank you
Petra
Comment