Oct 6, 2003 #1 MonicaLong Programmer Joined Sep 30, 2003 Messages 7 Location UY I would like to remove the default icons from a JFrame, can anyone help?? tnkssssssssssssssss
Oct 7, 2003 #2 hologram Programmer Joined Jun 27, 2003 Messages 302 Location BE Try the JFrame method "setUndecorated(true)". (Maybe it removes too much). Upvote 0 Downvote