Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 26th, 2006, 10:38 AM   #1
nascar2000
Newbie
 
Join Date: Apr 2006
Posts: 9
Rep Power: 0 nascar2000 is on a distinguished road
java gui help needed

hey guys i am thinking of building a gui application for a video rental system using java. can anybody give me recommendation in howw to do it.
nascar2000 is offline   Reply With Quote
Old Apr 26th, 2006, 10:56 AM   #2
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Knowledge of Swing's JComponents and JPanel with Layout Managment will do you good. Try googling "Java Swing" or "Java AWT". You will find some good shit!
Toro is offline   Reply With Quote
Old Apr 26th, 2006, 10:58 AM   #3
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,667
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
What do you already know about java? The main java gui lib is Swing, so I would recommend looking into that. http://java.sun.com/docs/books/tutorial/uiswing/ Also Netbeans which you can get from sun comes with a gui builder for java that is a drag and drop type of creator.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Apr 28th, 2006, 8:02 AM   #4
Java-Head
Newbie
 
Join Date: Mar 2006
Posts: 4
Rep Power: 0 Java-Head is on a distinguished road
Alot of things that can be used, so you'd need to be quite specific on the user interactivity you want
Java-Head is offline   Reply With Quote
Old Apr 28th, 2006, 11:37 PM   #5
SugarHigh
Newbie
 
SugarHigh's Avatar
 
Join Date: Apr 2006
Location: Metro Detroit Area
Posts: 3
Rep Power: 0 SugarHigh is on a distinguished road
Send a message via AIM to SugarHigh
When I make GUI programs in Java I always no matter what need to import the following packages:

java.awt.*;
java.awt.event.*;
javax.swing.*;

"java.awt" has several packages you will want to use when creating a GUI program, such as Color and Graphics. "java.awt.event" has all of the listening interfaces, such as MouseListener and KeyListener. And of course "javax.swing" has the GUI packages.

Of course, learning how to use these packages is up to you, but at least now you have a place to start.
SugarHigh is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC