I'm just a beginner in Java, and I was never programming wind. aplication.
My brother asked me to make a simple aplication but, as I said i do not
know,
but it sounds quite easy:
In a window on a left side is a list-box, and when I click 2 times on the
right side
at the list box the coordinates of pointers are printed and those 2 dots are
connected
with a line...hope you understand me.. :-)
THX
> I'm just a beginner in Java, and I was never programming wind. aplication.
> My brother asked me to make a simple aplication but, as I said i do not
> know,
Sun's GUI tutorial is at
http://java.sun.com/docs/books/tutorial/ui/index.htm
> with a line...hope you understand me.. :-)
I think you want us to do your work for you. This is not how things are
done here. You are supposed to write the code, not we.
/Thomas

Signature
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hierarchy/comp/comp.lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
led - 04 Oct 2006 11:21 GMT
> I think you want us to do your work for you. This is not how things are
> done here. You are supposed to write the code, not we.
You are absolute right!
sorry, I'll try to do it myself, and ask for help if necessary
> I'm just a beginner in Java, and I was never programming wind. aplication.
> My brother asked me to make a simple aplication but, as I said i do not
[quoted text clipped - 7 lines]
>
> THX
You might want to have a look at the Netbeans IDE, it has a pretty good GUI
builder called Matisse which might make your task a lot easier.
http://www.netbeans.org/products/ide/
HTH