Ugly frames in java. Want to make a nice looking gui.

Well basically i don't want to use a square ugly standard java frame, or usual window.

I want it to be individually shaped. Just like the windows media player.

If you put it in compact mode, it removes all visuals of a real windows and looks really good.

Is that possible to do with java? And if so, how?

[331 byte] By [Hephos] at [2007-9-27 18:52:49]
# 1
search the forums, this question has been asked in other forums MANY times.the basic answer is NO,there are several ways of getting a similar effect, but none are a 'proper' solution.
Abuse at 2007-7-6 20:25:02 > top of Java-index,Other Topics,Java Game Development...
# 2
If you are trying to put a applet in an unusual frame, you could do it with so-called Dhtml and some semi-transparent gifs.
johnmpage at 2007-7-6 20:25:02 > top of Java-index,Other Topics,Java Game Development...