DodoProgramms
DodoProgramms

Reputation: 11

Java-Only JFrame is clickable?

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

Answers (0)

Related Questions