WindowHandler.addPopUpElement

Adds a pop-up element into the environment and moves it to the given location.

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

Parameters

p PopUpElement

The pop-up element to be added.

x int

The x coordinate on the raster.

y int

The y coordinate on the raster.

Meta