[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] How to get parent window's location in new popup window?
|
i have two swt windows, when click first window's button, the second window
was displayed, now , i want to get first window's location in second window,
i have tried shell#getParent in second window ,but it seems no effect, are
there some method can retrieve parent window's locatino in new popup window?
(besides pass parent window's location as a parameter to new popup window)?
many thanks.