Swing Help

Hi Everybody,

i love java very much. but here before i used VB when it comes GUI design. When i tried to use GUI in java, it seems to be very tedious to work on. So please any one can help, how to get expert in swing technology.

As compare with VB design environment, no environment in java providing much easy to desing with.

Last week i started one application to desing, that thing i have desinged already in VB. In VB it took me 1 day to develop, but the same think its taking more than 2 weeks, but not yet completed. So what may the problem, whether i didnt understood the java application correctly or the java class is much tedious...

Can any one help me in this issue...?

Thanks in advance,

Rajkumar

sownaRajkumar@gmail.com

[786 byte] By [sownaRajkumara] at [2007-11-27 11:38:39]
# 1

I like vb a long time ago but I migrated to java because vb has no inheritance

not fully OOP.

you can use IDE to make your job faster like netbeans it has a drag and drop components

like vb for faster UI building or any IDE that support a drag and drop components. Start also by learning swing you can search google for tutorials.

Yannix

Yannixa at 2007-7-29 17:21:27 > top of Java-index,Desktop,Core GUI APIs...
# 2

Read the Swing tutorial an learn the basics:

http://java.sun.com/docs/books/tutorial/uiswing/TOC.html

camickra at 2007-7-29 17:21:27 > top of Java-index,Desktop,Core GUI APIs...