@override void setMinimize(final bool turnOn) { if (turnOn) { ShowWindow(_windowId, SW_MINIMIZE); } else { ShowWindow(_windowId, SW_RESTORE); } }