The Artima Developer Community
Sponsored Link

Java Answers Forum
Handling Alt+Tab

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
vipin.singh

Posts: 3
Nickname: vips
Registered: Sep, 2004

Handling Alt+Tab Posted: Sep 26, 2004 4:30 PM
Reply to this message Reply
Advertisement
Hi All,
I am having a problem related to Alt + Tab.
In my swing application if I have the focus on a text box (text is not selected only the cursor is withing the textbox). If I press Alt+tab now, the control will go to some other open application. Now, if we press Alt + Tab again control will come back to the panel (textbox). Now, in this case the text in textbox is getting selected. I want to avoid the selection of text in the textbox. On pressing Alt + Tab the text in text box should not be selected.
Thanks,
Vipin.
vipin.singh@gmail.com

Topic: How i put an applet on the web, which is communicate with a database Previous Topic   Next Topic Topic: SWT Graph - Chart

Sponsored Links



Google
  Web Artima.com   

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