static A installWindowDragger(A c) { onMouseDown(c, event -> new WindowDragger(event)); ret c; }