Nov 1, 2005 #1 wangdong Programmer Oct 28, 2004 202 CN I have designed an application, which has multiple JInternalFrame displayed. Is there any way to arrange all the opened frames.
I have designed an application, which has multiple JInternalFrame displayed. Is there any way to arrange all the opened frames.
Nov 2, 2005 #2 timw Programmer May 3, 2000 1,264 GB In what way would you like to arrange them? You will most likely need to implement your own arrangement code using the reshape method of JInternalFrame. Tim --------------------------- "Your morbid fear of losing, destroys the lives you're using." - Ozzy Upvote 0 Downvote
In what way would you like to arrange them? You will most likely need to implement your own arrangement code using the reshape method of JInternalFrame. Tim --------------------------- "Your morbid fear of losing, destroys the lives you're using." - Ozzy
Nov 2, 2005 #3 obadare Programmer Nov 17, 2002 104 GB JLayeredPane may be easiers to use Upvote 0 Downvote