From: focode on 31 May 2010 01:55 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 31 May 2010 02:10 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 31 May 2010 06:48 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 31 May 2010 10:45 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 31 May 2010 10:56 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
|
Next
|
Last
Pages: 1 2 Prev: How to troubleshoot whether Java is running out on some resource Next: pattern question ? |