Reputation: 11
I have a simple JFrame, and I want my JFrame always on top and I want, that only my Frame is clickable, so no other window can be clicked.
I know how my Frame is on Top
frame.setAlwaysOnTop(true);
But I don't know how I to reach my second aim.
Upvotes: 1
Views: 364