WindowHandler.addPopUpElement

Adds a popup element into the environment and moves it to the current cursor position.

  1. void addPopUpElement(PopUpElement p)
    class WindowHandler
    void
    addPopUpElement
    (
    PopUpElement p
    )
  2. void addPopUpElement(PopUpElement p, int x, int y)

Parameters

p PopUpElement

The pop-up element to be added.

Meta