• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to create a non hiding dialog box in swing

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I want to create a non hiding Dialog box similar to MS Word Find/Replace dialog.
The Dialog should not hide when the focus is lost. Instead it should become inactive & should remain on the top.
Could someone please let me know how to create such a dialog in Swing?
You help is highly appreciated.
Thanks
Rakesh Nagar
[email protected]
 
rakesh nagar
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got the solution at:
http://forum.java.sun.com/thread.jsp?thread=327331&forum=57&message=1331793
http://www.discoverteenergy.com/files/FindReplace.java
 
reply
    Bookmark Topic Watch Topic
  • New Topic