Forums Register Login

what is the quickest and the best way to develop java desktop app

+Pie Number of slices to send: Send
Hi guys, i am pretty comfortable with java but i'll like to start developing java desktop application using swing with netbeans, please is this the quickest way to develop java desktop and what books can you recommend in this direction that will make me very through in java desktop using netbeans.If you have some better opinion please let me know, your views will be highly appreciated.
1
+Pie Number of slices to send: Send
The quickest way? Yes. The best way? Nowhere even near. You'll be able to create both simple and complex user interfaces, yet you will not understand one thing about how they work. And when you need to tweak the code to do things Netbeans can't, you're screwed.
+Pie Number of slices to send: Send

Hi,

If you are looking write less code, you should try with groovy
specially the swing builder library.

http://groovy.codehaus.org/Swing+Builder
+Pie Number of slices to send: Send
I'm with Rob. For your first few applications, I recommend not using a builder at all. Go through Oracle's Swing tutorial, and refer back to it often as you work on your application.

http://download.oracle.com/javase/tutorial/uiswing/
http://download.oracle.com/javase/tutorial/ui/features/components.html
+Pie Number of slices to send: Send
Rob,Stephan ++
Search the forums. This question has been asked and discussed numerous times before. The consensus is that hand coding is best.

Rob Spoor wrote:The quickest way? Yes.


I have my doubts about this one. Mouse clicks are anytime slower than typing.
+Pie Number of slices to send: Send
But with a few clicks you can sometimes have the GUI builder create dozens lines of code. Still, I wouldn't use a GUI builder if I didn't have to.
+Pie Number of slices to send: Send
I don't use NetBeans, but I have to believe that one can write Swing code using NetBeans without using the NetBeans GUI Builder (which you didn't even mention). If you know and like NetBeans as a Java IDE and would like to use it to write Swing code, by all means do so. BUT, as others have already recommended, rather than use the NetBeans GUI Builder, learn to code the Swing "by hand."

The reasons for avoiding the GUI Builder are:
1. It generates code that cannot be easily understood,
2. Because of number 1 (and other reasons) GUI Builder code cannot be easily maintained.

As for books, I'm learning Swing through tutorials I find on the web, so I can't recommend a book from personal experience. You might look through the book reviews here.
+Pie Number of slices to send: Send
Another way to speed up development is to use (or create) better building blocks; see the SwingFaq for references to GridLayout2, SGLayout, and the article Speed up your Swing GUI construction with better building blocks.
Here. Have a potato. I grew it in my armpit. And from my other armpit, this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 4586 times.
Similar Threads
Migrate to Linux
Expecting new projects
From where i can start jee development?
IDE Defaults
How I connect to remote server(linux) from standalone java application?
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 04:18:04.