Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8082
| From | Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: how to bypass this swing limit |
| Date | 2011-09-16 19:07 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <j50022$std$1@dont-email.me> (permalink) |
| References | <99d5e91e-983c-4b87-ba97-657ccf137521@glegroupsg2000goo.googlegroups.com> <j4vtt8$cnv$1@dont-email.me> <c8ff6fb8-4610-4144-9072-0f5f44be67da@glegroupsg2000goo.googlegroups.com> |
On 16/09/2011 18:47, Peter Cheung allegedly wrote: > share the model can make two components display the same data. Except > this, i need to create two set of event to handle mouse click, it is > quite trouble. > > thanks If you have, as you should, written a view/controller class that initialises its layout, data and listeners, then the net difference between one and two of those is one instantiation and addition to a container. It sounds like the design of your mouse event handler isn't right. -- DF. Determinism trumps correctness.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
how to bypass this swing limit Peter Cheung <cmk128@gmail.com> - 2011-09-16 09:14 -0700
Re: how to bypass this swing limit Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-09-16 18:31 +0200
Re: how to bypass this swing limit Peter Cheung <cmk128@gmail.com> - 2011-09-16 09:47 -0700
Re: how to bypass this swing limit Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-09-16 19:07 +0200
Re: how to bypass this swing limit David Lamb <dalamb@cs.queensu.ca> - 2011-09-16 16:15 -0400
Re: how to bypass this swing limit Roedy Green <see_website@mindprod.com.invalid> - 2011-09-16 14:48 -0700
Re: how to bypass this swing limit Peter Cheung <cmk128@gmail.com> - 2011-09-19 03:29 -0700
csiph-web