From: focode on
I usually work on swing component , but suppose if i want to develop a
desktop application with custom user interfaces like i want my frame
to be circular with red color , which is usually a square with blue
color (default option) , then how should i proceed. please guide me .

thanks and regards
From: markspace on
focode wrote:
> I usually work on swing component , but suppose if i want to develop a
> desktop application with custom user interfaces like i want my frame
> to be circular with red color , which is usually a square with blue
> color (default option) , then how should i proceed. please guide me .
>
> thanks and regards


<http://java.sun.com/docs/books/tutorial/uiswing/misc/trans_shaped_windows.html>
From: focode on
On May 31, 11:10 am, markspace <nos...(a)nowhere.com> wrote:
> focode wrote:
> > I usually work on swing component , but suppose if i want to develop a
> > desktop application with custom user interfaces like i want my frame
> > to be circular with red color , which is usually a square with blue
> > color (default option) , then how should i proceed.  please guide me ..
>
> > thanks and regards
>
> <http://java.sun.com/docs/books/tutorial/uiswing/misc/trans_shaped_win...>

i have to make a "nero" (popular dvd writing software) like user
interface , custom volume bar , custom frame , custom buttons , custom
menu etc.
From: markspace on
focode wrote:
> On May 31, 11:10 am, markspace <nos...(a)nowhere.com> wrote:
>> focode wrote:
>>> I usually work on swing component , but suppose if i want to develop a
>>> desktop application with custom user interfaces like i want my frame
>>> to be circular with red color , which is usually a square with blue
>>> color (default option) , then how should i proceed. please guide me ..
>>> thanks and regards
>> <http://java.sun.com/docs/books/tutorial/uiswing/misc/trans_shaped_win...>
>
> i have to make a "nero" (popular dvd writing software) like user
> interface , custom volume bar , custom frame , custom buttons , custom
> menu etc.


Try JavaFX, this seems to be the sort of thing it was designed for.
JavaFX is just Java classes, but there's a scripting language for it
too. You can just use the UI it generates and interface that to your code.

Also, check out Synth:

<http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/synth.html>

From: Lew on
markspace wrote:
> Try JavaFX, this seems to be the sort of thing it was designed for.
> JavaFX is just Java classes, but there's a scripting language for it
> too. You can just use the UI it generates and interface that to your code.

For something that looks like potentially maybe a worthy effects platform the
gee-whiz hawksites for JavaFX sure are bland. Despite the intense
anti-marketing campaign around JavaFX it sports a superficial appearance of
great usefulness.

Have you (or you, or you, or - yes, you there in the back) used JavaFX?

Have you seen any citable articles, demos or tutorials on JavaFX that actually
show off its capabilities and don't bore you to tears?

--
Lew