• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JFrame or customed JDialog or ?

 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
[email protected]
-after office hours-
necro-mani-cide
 
Ranch Hand
Posts: 2823
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you can use JPanel in a JDialog.
 
reply
    Bookmark Topic Watch Topic
  • New Topic