Код: Выделить всё
this.setUndecorated(true);
this.setOpacity(0.1f);
setCursor(Toolkit.getDefaultToolkit().createCustomCursor(
new ImageIcon("src/main/resources/cursor.png").getImage(),
new Point(0,0),
"Custom cursor"));
Я хотел бы знать, есть ли какое-нибудь решение этой проблемы.
Подробнее здесь: https://stackoverflow.com/questions/793 ... event-hand