Creates a StatusBarPanelClickEvent object.
public StatusBarPanelClickEvent( StatusBarPanel statusBarPanel, int button, int clicks, int x, int y )
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.