[API Review] RT-27887: introduce a node to embed Swing into JavaFX
Scott Palmer
swpalmer at gmail.com
Fri Jan 25 06:56:38 PST 2013
On 2013-01-25, at 5:48 AM, Anthony Petrov <anthony.petrov at oracle.com> wrote:
> On 1/25/2013 14:28, Mario Torre wrote:
>
>> Also, the API suggest no heavyweight component, does it means menues and
>> tooltip can't be used?
>
> Menus and tooltips are separate top-level windows, they are not part of the hierarchy of components that are showing the tooltip or the menu. So there should not be any problems with heavyweight popups wrt. the API.
What will such heavyweight popups use as a parent window? Will we be plagued with the problem of them not respecting the window hierarchy as popups in a JFXPanel have in the past?
Scott
More information about the openjfx-dev
mailing list