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


Groups > comp.lang.java.gui > #2994 > unrolled thread

Re: Custom Dynamic Dialog

Started by"dweesie" <dweesie@THRWHITE.remove-dii-this>
First post2011-04-27 15:42 +0000
Last post2011-04-27 15:42 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.gui

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Custom Dynamic Dialog "dweesie" <dweesie@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000
    Re: Custom Dynamic Dialog "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000

#2994 — Re: Custom Dynamic Dialog

From"dweesie" <dweesie@THRWHITE.remove-dii-this>
Date2011-04-27 15:42 +0000
SubjectRe: Custom Dynamic Dialog
Message-ID<dfb3edaa-7cbd-4881-8fd2-46cf7bfc58a7@i3g2000hsf.googlegroups.com>
  To: comp.lang.java.gui
What's the normal way for the parent window to discover what button
was pressed after the dialog has been hidden?

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


#2995

From"RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this>
Date2011-04-27 15:42 +0000
Message-ID<LcCdnd_zZIg7ZhranZ2dnUVZ8rednZ2d@bt.com>
In reply to#2994
  To: comp.lang.java.gui
dweesie wrote:
> What's the normal way for the parent window to discover what button
> was pressed after the dialog has been hidden?

See http://java.sun.com/docs/books/tutorial/uiswing/components/dialog.html

One way is to have the ActionListener for each button set a variable and 
either inspect that variable or set a field (instance variable) and 
provide access to it's value through a getter method.

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