I would like to create a without frame border, maximum button, minimum button and frame icon.
Pls guide me to do that!
I would like to create a without frame border, maximum button, minimum button and frame icon.
Pls guide me to do that!
Use
setUndecorated(true);
on your JFrame
.
This method can only be called while the frame is not displayable (see JavaDoc).