Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2842 > unrolled thread
| Started by | "ravi" <ravi@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:41 +0000 |
| Last post | 2011-04-27 15:41 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.gui
Developing an On-Screen K "ravi" <ravi@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: Developing an On-Scre "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
| From | "ravi" <ravi@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:41 +0000 |
| Subject | Developing an On-Screen K |
| Message-ID | <ac5ef556-6bf8-4786-8177-b587bd1f9ff7@i12g2000prf.googlegroups.com> |
To: comp.lang.java.gui I want to create an On-Screen Keyboard in Java but i am facing a problem i.e How an application can receive mouse event when it is not in focus ? or gain focus when mouse move over its window and loss focus when mouse exit its window area ? --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:41 +0000 |
| Subject | Re: Developing an On-Scre |
| Message-ID | <16dal39viefai3eu767lk99cm2evt87doq@4ax.com> |
| In reply to | #2842 |
To: comp.lang.java.gui On Mon, 3 Dec 2007 03:05:49 -0800 (PST), ravi <dceravigupta@gmail.com> wrote, quoted or indirectly quoted someone who said : >How an application can receive mouse event when it is not in focus ? >or gain focus when mouse move over its window and loss focus when >mouse exit its window area ? A mouse event goes to the component pointed to. Focus is about where keystrokes go. To field mouse events, see http://mindprod.com/jgloss/event11.html -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web