Re: how to make GUI in java
- From: David Segall <david@xxxxxxxxxxxxxxx>
- Date: Tue, 11 Mar 2008 14:09:52 GMT
"rajeshkankran@xxxxxxxxx" <rajeshkankran@xxxxxxxxx> wrote:
hi all1. Download NetBeans. Choose the Java SE download at
I m new to java swings.
i know about swings little....but want to know how to build gui in
java
<http://download.netbeans.org/netbeans/6.0/final/>. If you don't have
a broadband Internet connection get the free DVD instead
<http://www.netbeans.org/about/media.html>.
2. Choose File->New Project from the menu then choose Java and Java
Desktop Application from the Choose Project screen of the wizard.
Leave the defaults in the New Desktop Application screen and select
Basic Application before you click Finish.
3 Choose Run->Run Main Project from the menu. Note that you have just
achieved your goal of a working GUI in Java and it took about ten
minutes. Try you program's Help->About menu. It works! The only other
thing your program will do is stop when you choose File->Exit.
I assume you really want your program to do something more and you
will need to drag and drop Swing components from the NetBeans palette
to your form and add Java code to instruct your program what to do.
Try it, a small step at a time. NetBeans is always available as a
tutor and can advise you about the errors in your program, the code
that might come next or the libraries you need and their
documentation.
You will end up reading a high proportion of the tutorials that other
posters have recommended but I find the "top down" approach is more
rewarding.
.
- References:
- how to make GUI in java
- From: rajeshkankran@xxxxxxxxx
- how to make GUI in java
- Prev by Date: Re: CubicCurve2D Tracing
- Next by Date: Re: how to make GUI in java
- Previous by thread: Re: how to make GUI in java
- Next by thread: Re: how to make GUI in java
- Index(es):
Relevant Pages
|
|