Advertisement
TechGnome57

Untitled

Dec 18th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Option 1
  2. Write a program to count the number of mouse clicks on a button within a frame. (For an extra challenge, have a yes or no question on the screen and have it count the votes.)
  3.  
  4. Option 2
  5. Write a program that will print the position of the mouse when it is clicked within a frame. (For an extra challenge, have the mouse click event cause a change in color of the applet screen.)
  6.  
  7. Option 3
  8. Write a program that has three buttons, each displaying a different text that when pressed will display the text on the button in a text box. (For an extra challenge, have the user choose the color of the displayed text as well).
  9.  
  10. Option 4
  11. Write a practical applet of your choice. You must first have your choice approved by your instructor and it must be personalized in some form to prove you just didn’t copy the code from elsewhere!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement