Does anyone know where I could find examples or tutorials on how to make a pop-up message and how to do stuff like display bitmaps (not using applets)?
Printable View
Does anyone know where I could find examples or tutorials on how to make a pop-up message and how to do stuff like display bitmaps (not using applets)?
Are you talking about Java or Javascript?
Well, seeing as how this is not a javascript forum I would be talking about Java.
There's a lot of people who get the 2 confused Kylevision. Have a look at dialogs. http://java.sun.com/docs/books/tutor...ts/dialog.html
There's a lot of ways you could do it. If dialogs aren't what you want, look at the Window and Frame classes.
thanks :)