• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JFrame visibility

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

I have one JFrame frm1 which contains some text fields and button "Press".
When I clicks on this button another JFrame frm2 gets visible and enabled.
But again if I clicks on frm1, frm2 gets minimized, I want to work on both frame simaltaneously.
Irrespective of the button click on any frame,both the frame should be visible untill and unless I explicitely minimize or close any frame.


How Can I do that ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic