Overview | Methods | Fields | This Package | All Packages
Creates a StatusBarPanelClickEvent object.
Syntax
public StatusBarPanelClickEvent( StatusBarPanel statusBarPanel, int button, int clicks, int x, int y )
Parameters
statusBarPanel
The StatusBarPanel object that represents the clicked panel.
button
An integer that indicates which mouse button was pressed.
clicks
An integer that indicates how many times the mouse button was pressed.
x
An integer that represents the x-coordinate of the mouse click.
y
An integer that represents the y-coordinate of the mouse click.