This is a Math quiz program I am able to draw question & answer....... Once the user answers question below that I would like to display whether the answered answer is correct or incorrect I am unable to display that since it comes under if else loop in itemStateChanged method would any of them help me with it
I would like to know how do I use Labels to display the output which comes under this method at a particular location
.All I had to do is : I had to remove a thread in yoyo.java, just graphics.
[edit]The deleted text appears identical to the first post.[/edit]Radhika Srinivasan wrote:Write an applet that implements . . .
[deleted]
Many thanks,
Radhika
<html>
<head>
<title>YoYo Applet</title>
</head>
<body>
<applet code="YoYo" height="400" width="400">
</applet>
</body></html>
Modify program so that you have two yoyos of different colors and speeds. Create an HTML file that will put both of these yoyos side by side with appropriate headings.
as well I removed the methods which were inside the main method.import java.awt.event.*;