Package javafx.stage

Class Popup

java.lang.Object
All Implemented Interfaces:
EventTarget

public class Popup extends PopupWindow
A Popup is a special window-like container for a scene graph. It is typically used for tooltip like notification, drop down boxes, menus, and so forth. The popup has no decorations, and essentially acts as a specialized scene/window which has no decorations, is transparent, and with a null fill.
Since:
JavaFX 2.0