Results 1 to 6 of 6
Thread: Creating desktop app using java
- 10-14-2011, 10:23 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 7
- Rep Power
- 0
Creating desktop app using java
Hi all,
I've been a loyal follower of .Net during my life as a developer, but now I'm thinking of migrating to Java. I've heard that creating a desktop app using Java is very hard compared to Visual Studio, since the components such as textbox, datagrid, DTPicker, combobox, listbox, checkbox, radio button, buttons, etc must be hand coded manually. Can someone please enlighten me?
thank you very much.
- 10-14-2011, 12:18 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: Creating desktop app using java
No, those objects are already there; all you have to do is instantiate them, stick them in a LayoutManager, add the appropriate listeners and you're in business; don't believe all those rumours ...
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 10-14-2011, 01:28 PM #3
Member
- Join Date
- Oct 2011
- Posts
- 7
- Rep Power
- 0
Re: Creating desktop app using java
What IDE should I use? I tried using eclipse, but didn't see the toolbox where I can drag and drop the control objects. Should I use netbeans? thanks for the reply
- 10-14-2011, 01:45 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: Creating desktop app using java
Eclipse does have a plugin component that can do what you want (I never used it though). I'm not a great fan of those tools, i.e. they do things behind your back that you either don't want or don't understand or can't get rid of. I prefer "hand made" gui components; it is not as difficult as you think, it just takes a bit of understanding what and how those visual components (notably Swing components) are organized. b.t.w. NetBeans also has such a tool (built-in, not a plugin and I have never used that either ;-)
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 10-14-2011, 01:52 PM #5
Member
- Join Date
- Oct 2011
- Posts
- 7
- Rep Power
- 0
Re: Creating desktop app using java
"Hand made"? does that mean you have to manually hand code it? could you please give a me a link or a pdf so that I can research further about this? thanks
- 10-14-2011, 04:40 PM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
Re: Creating desktop app using java
Read this: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials); hand made code isn't a dirty word ;-)
kind regards,
JosLast edited by JosAH; 10-14-2011 at 04:43 PM.
When people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
Java Desktop Apllication
By nickyjain in forum New To JavaReplies: 3Last Post: 07-24-2011, 04:04 PM -
Java Desktop Apllication
By nickyjain in forum Advanced JavaReplies: 1Last Post: 07-24-2011, 12:04 PM -
creating java desktop application
By highfive in forum New To JavaReplies: 2Last Post: 03-29-2010, 04:14 PM -
removing the title bar and creating a full screen desktop application
By dalitec in forum NetBeansReplies: 2Last Post: 10-18-2009, 07:27 PM -
Desktop search in java
By hellosubs in forum New To JavaReplies: 0Last Post: 06-15-2008, 03:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks