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

How can i add a child window on an existing window

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,
i m facing problem while adding a new window on a currently existing one. this happens when i m trying to create a new login window by a button click from another window. now when the new window appears the previous one gets closed and i want to close the login window and come back to the previous one after the user name is authenticated.
plz help!!
Thanx
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Welcome to JavaRanch, Ishrat Hasan!
While it might be mometarily entertaining to guess at the details and solution of your exact problem (mind you I'm using entertaining in the sense of "a nice distraction while I'm not writing that term paper in the middle of the night"), JavaRanchers could probably do a better (and more efficient) job of helping you out if you were to post any relavant example code that you've been working on. The alternative would seem to be some guessing about your exact implementation detail problem, and you saying "nope" repeatedly. So, let's see the code please.
Note: When posting code, please be sure to surround the code with the [code] and [/code] UBB Tags. This will help to preserve the formatting of the code, thus making it easier to read and understand.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
On the other hand, this seems to be the exact same topic that is was asked over here. So let's keep this conversation together.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic