Results 1 to 10 of 10
Thread: how can write program for gui
- 10-29-2010, 12:55 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 1
- Rep Power
- 0
-
Google the Oracle Java Swing tutorial and start there. Much luck.
- 10-29-2010, 06:22 PM #3
Senior Member
- Join Date
- Sep 2010
- Posts
- 109
- Rep Power
- 0
Yes, to begin with GUI's start off with swing. Learn about, setting up JFrames, JPanels, JButtons ect. One thing i would recomend learning as you learn swing is learn why it would be important to do something a certian way, and things you can or canot do with certain components, that will save you frustation later. Also, to begin learning gui stuff, there is a great few tutorials from a youtube user called TheNewBoston. Some of the bestvideo tutorials all around.
- 10-29-2010, 06:37 PM #4
Member
- Join Date
- Oct 2010
- Posts
- 22
- Rep Power
- 0
use netbeans. point and click. drag and drop.
that'll get your GUI up in no time at all (im assuming that u want the product urgently).
- 10-29-2010, 07:28 PM #5
All you'll get "urgently" is a pretty GUI that's dumber than a blonde. Getting it to actually do what you need will be an order of magnitude more difficult than if you learn from the tutorials and hand-code the GUI.
If you don't believe that, read through the posts in the Swing sections of a few Java forums.
db
- 10-29-2010, 08:16 PM #6
Member
- Join Date
- Oct 2010
- Posts
- 22
- Rep Power
- 0
which part of the word "urgently" do u not understand?
http://www.google.com.sg/search?sour...=define:urgentLast edited by theChameleon; 10-29-2010 at 08:21 PM.
- 10-29-2010, 09:12 PM #7
@theChameleon theres no need to post dictionary links.
I dont think the op ever used the word "urgent" - thats something you made up.
More importantly, darryl made a fairly good point. The matisse builder in netbeans makes pretty looking programs "quickly", but getting them to do what you want is another matter.
I spent literally hours going in circles with matisse trying to get two comboboxes to line up properly and resize nicely, something i can now do in 2minutes via my own code - and it didnt take that long to pick up
-
If you're prototyping or are already very proficient with Swing then I agree that NetBeans code generation can help a bit and can save time, but if you're just learning Swing, my experience here is that using NetBeans to generate your code will greatly hinder your ability to learn and understand Swing, and usually leads to the coder painting themselves into a corner.
- 11-04-2010, 05:52 AM #9
Member
- Join Date
- Oct 2010
- Location
- Nagpur
- Posts
- 6
- Rep Power
- 0
This is my initial step in java development and I am prepare for new project. This project in the starting stage so I want your help for the look of project. This forum really help me in database connectivity and that database logic will be very useful for my project. I my hope about this forum. So can you help me for GUI of my project.
- 11-04-2010, 06:17 AM #10
Similar Threads
-
Trying to write a program that uses the Collection API
By javanewbie410 in forum New To JavaReplies: 0Last Post: 10-12-2010, 07:24 PM -
Trying to write a circle program
By paulmmj in forum New To JavaReplies: 7Last Post: 10-12-2010, 06:06 PM -
Trying to write my own program : /
By jdicerch in forum New To JavaReplies: 50Last Post: 09-26-2010, 01:44 AM -
which classes to write..how to program this?
By sony1 in forum New To JavaReplies: 7Last Post: 09-04-2010, 06:12 PM -
need help to write Program in JAVA
By maneibr in forum New To JavaReplies: 1Last Post: 03-13-2008, 01:28 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks