Hi
Could someone please help. I have an error "<identifier> expected", while trying to compile the following code:
class ShapeCanvas extends Canvas implements ActionListener, MouseListener, MouseMotionListener, UMLModelListener
{
UMLModel myModel = new UMLModel()...
i have used the following code:
public class Test extends Applet implements Loadable, HotSpotListener
{
RealMedia rm;
HotSpot hs1;
int x =1;
public void init()
{
setLayout(null);
setBackground(Color.white);
rm = new RealMedia(this)...
Hi,
i need some help..
i am trying to run a Java Applet and i think that the code that i need is in Java. I have loaded an image on the applet in java and i want to make it so that when you click on on this image(please note there are many images) an action is performed relating to this image...
hi,
im making a webpage using html and java applets. i have made an image using java. this image is then displayed on the html page. i then want to make it so you can click on this image and another window will pop up. in this window you can enter notes about the image. i need some help and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.