How to hide my Java / Swing program in ALT + TAB menu? -


currently trying create small overlay should not show in alt+tab menu. using jdialog in jre 1.8.

is there way achieve this?

you can try jdialog.settype( window.type.utility );


Comments