[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: JFace TitleAreaDialog

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