• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Guru's pl give me alternate to JDailog Box ????

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for alternate to dailog box,Because dialog box does not have features like regular window Minimise and maximise and closing of window.
I am running this application showing some frame in window,after hit the new button it opens dailog box,i want to open more and more child frames using this new button and can minimise those child frames in to the corner.As Dialog Box don't have these features.please give some suggestions.As i have tried with JInternalFrame too,but internal frame work only inside the main frame or window.
I want this new thing work like Dialog box,also have features of windows.
thanks in advance ,Hoping for a quick reply.
 
Ranch Hand
Posts: 396
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kallu,
I think you should create a subclass of JFrame and then use it instead of JDialog.

regards
Deekasha
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic