need a JFrame with JApplet example
is there an example of an applet or JApplet that opens a bunch of JFrames with menu and scroll bars and changes graphics on the JFrames based upon mouse events?
is there an example of an applet or JApplet that opens a bunch of JFrames with menu and scroll bars and changes graphics on the JFrames based upon mouse events?
We don't do homework.
> is there an example of an applet or JApplet that
> opens a bunch of JFrames with menu and scroll bars
> and changes graphics on the JFrames based upon mouse
> events?
I'm not sure. I've never seen one here (but I haven't looked for it either). You could google it, or if that turns up nothing, why not give it a stab yourself and then come back here if you stumble over a specific step in the process.
Good luck.
Its called the Swing tutorial and it has plenty of example of creating frames and adding components to it:
http://java.sun.com/docs/books/tutorial/uiswing/TOC.html