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 guidance on how to create this new window.
i have tried using...DrawingWindow d = new DrawingWindow();... but this line doesnt seem to bring up anything.
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 guidance on how to create this new window.
i have tried using...DrawingWindow d = new DrawingWindow();... but this line doesnt seem to bring up anything.