| Author |
gui building
|
basha khan
Ranch Hand
Joined: Jan 18, 2002
Posts: 87
|
|
hei i am new to this forum. can i get a tool for making attractive GUI like windows media player GUI?. or how can i make that style GUI? anyone plz.. wishing a warm day for everyone basha SCJP
|
 |
Chris Stewart
Ranch Hand
Joined: Sep 14, 2002
Posts: 184
|
|
|
Using java technology, you'll need to code your gui interfaces by hand. We don't have any tools quite like the ones in Visual Studio.Net.
|
 |
basha khan
Ranch Hand
Joined: Jan 18, 2002
Posts: 87
|
|
i see thank u james see u later basha
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
"basha" - Welcome to the JavaRanch! Please adjust your displayed name to meet the JavaRanch Naming Policy. You can change it here. Ummm... actually, if you get the Java Media Framework, it has built in controls for viewing and controlling movies... it's true that you have to make a Frame, put the panels where you want them, and then connect them up, but you don't have to code them up by hand... plus if you look at the Java Media Framework tutorial provided by JavaWorld, you'll see all of the code to do this... Thanks! and welcome to the JavaRanch!
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Vikrama Sanjeeva
Ranch Hand
Joined: Sep 02, 2001
Posts: 756
|
|
Hi,
Originally posted by James Davis: Using java technology, you'll need to code your gui interfaces by hand. We don't have any tools quite like the ones in Visual Studio.Net.
I usually develop GUI via JBuilder 3.0.It has drag-drop facility . Bye, Viki.
|
Count the flowers of your garden, NOT the leafs which falls away!
Prepare IBM Exam 340 by joining http://groups.yahoo.com/group/IBM340Exam/
|
 |
Chris Stewart
Ranch Hand
Joined: Sep 14, 2002
Posts: 184
|
|
Originally posted by Vikrama Sanjeeva: I usually develop GUI via JBuilder 3.0.It has drag-drop facility  .
I also use JBuilder (6) for development but it's drag and drop functionality is nothing in comparison to VS.NET. I do wish it was though.
|
 |
William Quantrill
Ranch Hand
Joined: Dec 23, 2002
Posts: 36
|
|
also, check out www.netbeans.org take a look at the screenshots netbeans has a GUI builder, although i prefer to work manually
|
"The Rebel army is now the legitimate property of the Army of the Potomac." - Joseph Hooker spoke these pompous words shortly before he was soundly defeated by Robert E. Lee at Chancellorsville
|
 |
basha khan
Ranch Hand
Joined: Jan 18, 2002
Posts: 87
|
|
any suggestions for adjusting the window size with native resolution using an IDE??? basha
|
 |
 |
|
|
subject: gui building
|
|
|