Расширенные значения стиля окна в Java

if you are looking for unfocuaable
frame.setFocusableWindowState(false);
Xanthous Xenomorph