The Artima Developer Community
Sponsored Link

Java Answers Forum
Need to make JFrame Always on top.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
philomina

Posts: 1
Nickname: philo
Registered: May, 2003

Need to make JFrame Always on top. Posted: May 23, 2003 7:07 AM
Reply to this message Reply
Advertisement
I have the main application window(JFrame).It in turn creates many JFrames , i want the newly created JFrames to be set as ALWAYS_ON_TOP , ie even if i click on the the main window,the new JFrames should be always on top similar to Yahoo messenger and MSN messenger.
Actually i don't want the functionality of "ALWAYS_ON_TOP" with JDialog or JInternalFrame,as both of them will ultimately have their parents as the main JFrame window.
I want this functionality with JFrames that are created from the main JFrame window.
Actually i am floating some components of my main JFrame window for which i create a new JFrame window and place that floated component.
Now this floating JFrame is independent of the main JFrame window ,but i want to set "always on top" for the floating JFrame windows similar to the Yahoo and MSN messengers.

Topic: JUnit and JDBC connections Previous Topic   Next Topic Topic: need interview questions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use