@Override
 public void setOpacity(float opacity) {
   CWrapper.NSWindow.setAlphaValue(getNSWindowPtr(), opacity);
 }