English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

does anyone have any good ideas on how i should start this or any references, i can do a simple one but, i need a little guidance on which direction im going with this. does anyone have something simular writtin up that i can use for an example. i need a gui writtin in java for about 60 names and ext. thanks for any suggestions

2007-04-25 02:15:41 · 2 answers · asked by whowantit32 1 in Computers & Internet Programming & Design

2 answers

If you are doing a standalone Java GUI, you'd use Swing. Here is a tutorial from the Sun web site:
http://java.sun.com/docs/books/tutorial/uiswing/

The issue with a standalone GUI is that you probably want to load the phone numbers from some central location (so that if someone quits, or someone new joins, or someone changes extensions, you don't have to update the application on everyone's system). If that's the case, you might consider just doing a web-based GUI and putting it on a single machine that everyone can use.

2007-04-25 02:22:51 · answer #1 · answered by McFate 7 · 0 0

You can start using java swings, this is the basic of the Java GUI,
also u can try the J panels.This is a New concept which is More Secure than Swing ..

Ther are developer tools that helps us to make GUI very Easily.
some of them are Netbeans, eclipse etc..

have Doubts visit the Site below , ask a Question and I shall Help you futher
http://www.some-thing-here-for.blogspot.com

2007-04-25 02:33:14 · answer #2 · answered by ravin 1 · 0 0

fedest.com, questions and answers