editing hour
I am working with an applet that display two clocks that shows the hour.Using classes as:SimpleDateFormatDatehow can i program it , so the user could edit the hour in the clocks?and that when the applet starts, that it shows random hours?
[280 byte] By [
deroka] at [2007-11-27 1:40:05]

I have declared like this:
in my init method:
randomVariable= new Random();
lastdate = formatter.format(currentDate);
lastdate is a String that holds the date.
formatter formats the date
How i should interact/declare with the Random variable?