Advertisement
Aniket_Goku

applet questions precticle

Mar 3rd, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.62 KB | None | 0 0
  1. ==april/may 2015
  2.    
  3.    1.design an applet which display the         triangle in circle and set the background color of an applet by passing parameters.
  4.  
  5.  
  6.     2.what an applet program to display date and time at the center of the applet also apply appropriate color..(it should be display in blue color  with font style bold)
  7.  
  8.  
  9.     3. write a program  to create an applet that scroll your full name. accept the name as perameter from an  html file.(Name should move left to right).
  10.    
  11.     4.write a program to implement  smiley in  face using applet.
  12.  
  13.  
  14. ==April may 2016
  15.    
  16.     1.write a program to draw smiley with color using applet.
  17.    
  18.     2.create an applet which display a solid square having red color. display name of your college within the square with font style='Times New Roman' ,font size="12 "
  19.     and font color="yellow".
  20.        
  21.     3.write an applet program which accepts numbers of ovals user wants to display using perameter tag and draw ovals in different possition.
  22.    
  23. ==April may 2017
  24.    
  25.     1.write a program to draw smiley  using applet.provide yellow color to face and displays greeting massage on the bottom of  an image.
  26.    
  27. ==april/may 2018
  28.    
  29.     1.Write an applet that draw a hut and aleo filled it with color specified in the figure below.
  30.     roof->red
  31.     door->blue
  32.     home->yellow
  33.    
  34.     2.write a programming  to simulate  DIGITAL clock using Thread in applet with following format.
  35.         12:00:00
  36.        
  37.     3. write an applet to accept a string  as perameter then print string that odd character in red and even character in green color.
  38.  
  39. ==march april 2019
  40.  
  41.     1.write an applet draws rectangle in different color and print welcome inside it.
  42.  
  43.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement