Tag: Applet
-
Nokia 6 Cost Price in Nepal & Specifications
Nokia 6, one of the most favored mobile worldwide has now arrived in the Nepalese market too. Not only this but all the branded Nokia phones are available in the Nepali market. Paramount Electronics, Nokia’s official distributor in Nepal has introduced Nokia 6 in the Nepali markets. According to the distributor, Nokia 6 costs Rs.…
-
Java Applet: Draw a bar chart, Values placed in an HTML attributes and Display bar-chart
Write a JAVA program to draw a bar chart for the table given below which shows annual result analysis of a school from period 2001-2005. These values may be placed in an HTML file as <param> attributes and then used in Applet for displaying bar-chart. Write a program to draw a bar chart for the…
-
Java program to display numbers from 1 to 10 on Applet such that each number will be displayed after a delay of 100 ms.
Write a JAVA program to implement a program to display numbers from 1 to 10 on Applet such that each number will be displayed after a delay of 100 ms. import java.applet.*; import java.awt.*;