Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #857

Re: JDialog not consuming

From "chipu" <chipu@THRWHITE.remove-dii-this>
Subject Re: JDialog not consuming
Message-ID <1170345940.441366.138160@l53g2000cwa.googlegroups.com> (permalink)
Newsgroups comp.lang.java.gui
References <Xns98C9F5DBEC79johnjohntdowcom@207.217.125.201>
Date 2011-04-27 15:29 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui
have you tried the low level aproach instead?

addAWTEventListener(...);

and in the Listener:

awtEvent.consume();

Usually is not a good idea to use this low level method, but if
nothing else works...

PD: dont forget removing the listener when you JDialog is closed

---
 * 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

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

JDialog not consuming ESC "John T. Dow" <john.t..dow@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
  Re: JDialog not consuming "Edwin Dankert" <edwin.dankert@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
  Re: JDialog not consuming "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
    Re: JDialog not consuming "John T. Dow" <john.t..dow@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
      Re: JDialog not consuming "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
        Re: JDialog not consuming "Brandon McCombs" <brandon.mccombs@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
  Re: JDialog not consuming "chipu" <chipu@THRWHITE.remove-dii-this> - 2011-04-27 15:29 +0000
    Re: JDialog not consuming "John T. Dow" <john.t..dow@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
      Re: JDialog not consuming "chipu" <chipu@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000
        Re: JDialog not consuming "John T. Dow" <john.t..dow@THRWHITE.remove-dii-this> - 2011-04-27 15:30 +0000

csiph-web