GUI improvement

I created a program, and now I want to try to improve the GUI.

Just as an example, if you press a certain button, a new jframe pops up with some options. Is there a way to make the whole Jframe go from full transparency to full opacity (alpha value) over a period of time instead of just 'appearing'.

Also, any links to helpful tutorials on customizing/building attractive GUIs would be appreciated.

Thanks

[433 byte] By [Nethera] at [2007-11-26 13:56:48]
# 1

> Just as an example, if you press a certain button, a

> new jframe pops up with some options. Is there a way

> to make the whole Jframe go from full transparency to

> full opacity (alpha value) over a period of time

> instead of just 'appearing'.

Not a simple way.

> Also, any links to helpful tutorials on

> customizing/building attractive GUIs would be

> appreciated.

Google, there are many third party library.

Also, questions like this should be in the Swing forum.

zadoka at 2007-7-8 1:36:33 > top of Java-index,Java Essentials,Java Programming...
# 2
reposted: http://forum.java.sun.com/thread.jspa?threadID=5120620
camickra at 2007-7-8 1:36:33 > top of Java-index,Java Essentials,Java Programming...