Make both programs. You have Wednesday, Thursday and Friday to complete it.
Make an applet that allows you to select the R, G, B values of the background (this can be done using a dialog box OR a JTextField). After a button is pressed, the background should change to the specified colours. There should be a title and it should be user friendly.
Extra Levels:
To parse a number from the String x.
int n = Integer.parseInt(x);
Make an applet that gets the date of your birth and today's date. Calculate the number of days that you have been alive and output it to the user.
Extra Levels: