java - Converting multiple JFrames into one single JApplet -
as title suggests, have find way convert multiple jframes connected each other (they in same package way) single japplet. know should have used jpanels instead of jframes, have more 10 jframes , found nothing online(they converting single frame japplet)
what tried far initialized programentrance (which beginning jframe of whole program) applet's init() method. didn't work. in desperate situation, helps or comments appreciated. in advance.
convert 10 frames 10 panels. add 10 panels 1 panel cardlayout
. add 1 panel to:
- a
jframe
launched a link using java web start. - a
japplet
embedded in web page.
btw
- what is question?
- why code applet? if due due spec. teacher, please refer them why cs teachers should stop teaching java applets.
Comments
Post a Comment