batgirlkate
July 30th, 2003, 06:41 PM
If you have a public void init method, prompts the user for four integers and stores them in string type variables, then your next method is paint (applet ) and you want to use those four coordinates to drawRect, how can you pass the four user input values (stored in int variables) to drawrect method of the paint class/method?