i7606
Results
1
comments of
i7606
I know the effect, and in Swing, it's like this (window 11 and open jdk 17): `JFrame jFrame = new JFrame();jFrame.setSize(100, 100);jFrame.setUndecorated(true);jFrame.setVisible(true);` I am very looking forward to the 'set...