166167168169170171172173174175176
final Workspace workspace = getWorkspace(); if (workspace != null) { if (click.button2()) { workspace.lower(getView()); } else if (click.button1()) { workspace.raise(getView()); } } } else { super.firstClick(click); }