JGoodies Questions
- From: Keith Bennett <keithrbennett@xxxxxxxxx>
- Date: 29 May 2007 14:59:11 -0700
I'm very new to JGoodies and am trying to understand its general
approach.
Firstly, do you know of any forum, mailing list, etc., that is devoted
exclusively to JGoodies?
Also, I noticed that the AbstractDialog has a doAccept() where one can
define behavior to occur when the dialog's Ok button is pressed. This
seems to violate the separation of UI and behavior provided by Swing's
pluggable Action approach. That is, with Swing, I can initialize the
Ok button with an action, and that action will contain behavior, text
and/or icon, tooltip text, etc. How does one separate the view from
the controller for these dialogs? Do they just test isCancelled and
put the business logic in the code that puts up the dialog?
Thanks,
Keith
.
- Follow-Ups:
- Re: JGoodies Questions
- From: IchBin
- Re: JGoodies Questions
- Prev by Date: right alignment of jtextpane?
- Next by Date: Re: JGoodies Questions
- Previous by thread: right alignment of jtextpane?
- Next by thread: Re: JGoodies Questions
- Index(es):