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?

[167 byte] By [lostonthebeacha] at [2007-11-27 10:35:17]
# 1

We don't do homework.

Andre_Uhresa at 2007-7-28 18:34:08 > top of Java-index,Desktop,Core GUI APIs...
# 2

> 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.

petes1234a at 2007-7-28 18:34:08 > top of Java-index,Desktop,Core GUI APIs...
# 3

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

camickra at 2007-7-28 18:34:08 > top of Java-index,Desktop,Core GUI APIs...