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]

> 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.