svoid dm_placeOnRight { Rectangle desktop = getBounds(dm_desktopPane()); if (desktop != null) { int w = min(desktop.width/4, 300); dm_setBounds(dm_current(), desktop.width-w, 0, w, desktop.height); } }