[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: JFace TitleAreaDialog
|
Hi Rich,
I've made it work with your help.
Thank You
"Rich Kulp" <richkulp@xxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:d4qqmh$ami$1@xxxxxxxxxxxxxxxxxxx
> In your mydialog subclass, override the okpressed() method and get the
> text from the two fields, and store them in the subclass. Then do
> super.okPressed(). Provide two methods on your subclass to retrieve those
> two pieces of text.
>
>
> --
> Thanks,
> Rich Kulp