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:

  1. a jframe launched a link using java web start.
  2. a japplet embedded in web page.

btw

  1. what is question?
  2. why code applet? if due due spec. teacher, please refer them why cs teachers should stop teaching java applets.

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -