| Author |
JFrame or customed JDialog or ?
|
Jes Sie
Ranch Hand
Joined: Jul 24, 2001
Posts: 188
|
|
Hi, I'm quite new at this. I have just done quite a few "small application" in JFrame. Each consists of a variety of JComponents. Now each of this JFrame is supposed to be a "on click dialog" for a main application(JFrame too)... Now, after doing reading on http://www.javaranch.com/ubb/Forum2/HTML/001601.html and did a few prototypes, I may have to customised a JDialog to behave like my "small application". Can I add my JFrame programs onto JDialog? No, right. How about JPanel onto JDialog? Any suggestion on how to go about this would be appreciated. ------------------ Thank you. - Simon See simon-ivy@usa.net -after office hours- necro-mani-cide
|
Thank you.<br /> <br />- Jess Sie<br /> <a href="mailto:jess@see-consulting.com" rel="nofollow">jess@see-consulting.com</a>
|
 |
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
|
|
|
Yes you can use JPanel in a JDialog.
|
 |
 |
|
|
subject: JFrame or customed JDialog or ?
|
|
|