Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 22-05-2008, 09:36 AM   #1 (permalink)
Love Tech More than food
 
rahul_u_know_me's Avatar
 
Join Date: May 2008
Location: Dewas
Posts: 33
Question UI for JAVA


i am using Java to develop my applications, and upto now used JFrame builder to make the UI. but its a trial version.

Is there any other software which is free as well.
__________________
Cant Live without My Computer even for a day!!
rahul_u_know_me is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 22-05-2008, 01:37 PM   #2 (permalink)
Human Spambot
 
Join Date: Nov 2004
Location: Madurai
Posts: 2,349
Default Re: UI for JAVA

Eclipse, Netbeans are full-fledged IDEs for Java but they are a bit heavier on the system resources... There are also some lighter IDEs like BlueJ, etc...

Arun
sakumar79 is offline  
Old 26-05-2008, 06:54 PM   #3 (permalink)
Love Tech More than food
 
rahul_u_know_me's Avatar
 
Join Date: May 2008
Location: Dewas
Posts: 33
Default Re: UI for JAVA

thanks man
__________________
Cant Live without My Computer even for a day!!
rahul_u_know_me is offline  
Old 26-05-2008, 11:01 PM   #4 (permalink)
Broken In
 
=CrAzYG33K='s Avatar
 
Join Date: Oct 2006
Location: Chennai/Bangalore
Posts: 109
Default Re: UI for JAVA

+1 for Eclipse...

It's the most widely used app.
Dunno how you missed it!
__________________
\\~o~// SpId3Y FaN \\~o~//
=CrAzYG33K= is offline  
Old 28-05-2008, 11:57 PM   #5 (permalink)
Love Tech More than food
 
rahul_u_know_me's Avatar
 
Join Date: May 2008
Location: Dewas
Posts: 33
Default Re: UI for JAVA

where can i find this ??? eclips and the other ones
__________________
Cant Live without My Computer even for a day!!
rahul_u_know_me is offline  
Old 29-05-2008, 02:27 AM   #6 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: UI for JAVA

on their website
ibm and sun
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 07-06-2008, 12:04 AM   #7 (permalink)
Wise Old Owl
 
deathvirus_me's Avatar
 
Join Date: May 2005
Location: Kolkata, India
Posts: 1,838
Default Re: UI for JAVA

Eclipse and JCreator .. bas ... no need to look further ..
deathvirus_me is offline  
Old 23-06-2008, 12:56 PM   #8 (permalink)
Love Tech More than food
 
rahul_u_know_me's Avatar
 
Join Date: May 2008
Location: Dewas
Posts: 33
Default Re: UI for JAVA

hay i downloaded the eclips for java. IDE but dont need a java editor insted i need a tool to design the interface of java(java frames)(just like in VB, drag and drop). having a jframebuilder but its a demo version.
is there a opensource or freeware for this perpose.
plz i need it a lot.
thanx
__________________
Cant Live without My Computer even for a day!!
rahul_u_know_me is offline  
Old 23-06-2008, 03:36 PM   #9 (permalink)
Broken In
 
abhinav_bipnesh's Avatar
 
Join Date: Jul 2007
Posts: 113
Default Re: UI for JAVA

for drag & drop u can use netbeans as it has very simple JFrame editor with many new features. Also you can use the initial tutorials provide by sun on how to use NetBeans to develop UI using the gui designer.
abhinav_bipnesh is offline  
Old 27-06-2008, 10:43 AM   #10 (permalink)
Tired of being sorry!
 
quad_master's Avatar
 
Join Date: Jan 2008
Location: City of Joy
Posts: 67
Default Re: UI for JAVA

go for netbeans bro...i used it from my college life...it's 100% FREE
http://dlc.sun.com.edgesuite.net/netbeans/6.0/final/
__________________
There are 10 types of people in this world, those who understand binary and those who do not.
quad_master is offline  
Old 28-06-2008, 03:32 PM   #11 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: UI for JAVA

^^ Just a note. You have given the URL for 6.0, but Netbeans 6.1 is out and of course has better stuff in it.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 29-06-2008, 12:43 AM   #12 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: UI for JAVA

yeah the bundled combo on sun's site have it
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 01-07-2008, 10:52 AM   #13 (permalink)
Tired of being sorry!
 
quad_master's Avatar
 
Join Date: Jan 2008
Location: City of Joy
Posts: 67
Default Re: UI for JAVA

Quote:
Originally Posted by chandru.in View Post
^^ Just a note. You have given the URL for 6.0, but Netbeans 6.1 is out and of course has better stuff in it.
yep! i kno it
bt i havnt try it till day...dats why i didnt suggest it
__________________
There are 10 types of people in this world, those who understand binary and those who do not.
quad_master is offline  
Old 04-07-2008, 08:18 PM   #14 (permalink)
Back in black
 
layzee's Avatar
 
Join Date: May 2008
Location: Kolkata
Posts: 152
Default Re: UI for JAVA

The best way to get the UI you want is going the Hard Way,i.e., writing them down using a text editor and then compiling them. The best IDE for this has got to be BlueJ. There's nothing better than this I bet. Thats how you become a hardcore programmer. Anyways can anyone suggest a good book or source-code site for learning SWT based programming. I've been longing to develop my own Java IDE but at the same time I want the Eye-Candy stuff that comes with SWT just like Eclipse has!!
layzee is offline  
Old 05-07-2008, 11:35 AM   #15 (permalink)
In The Zone
 
Join Date: Dec 2007
Location: Mumbai
Posts: 270
Default Re: UI for JAVA

If you are a beginner and do not know how to use Eclipse or Netbeans then use JCreator. Its very good for Small Applications..

If you have big applications and several different deployments have to be managed together... then nothing better then Netbeans / Eclipse.
__________________
Intel Q6600, Abit IP35-E, Transcend 2GB 800Mhz, Seagate 500GB(32MB) SATA II
EVGA 9600GT 512MB DDR3 Knock Out, Dell SE198WFP
ASUS DVD R/W 20X LightScribe, Zebronics Antibiotic, Cooler Master 500W
mastermunj is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java programming..how can I distribute java program....? Manojap Programming 5 16-05-2009 02:46 PM
What is more powerfule Core Java or Java ? avadhesh QnA (read only) 4 06-05-2008 04:55 PM
what to do to do JAVA ??? :-@ tweety_bird_bunny QnA (read only) 5 08-03-2006 02:14 AM
JAVA or C..need help Alexander_H QnA (read only) 21 02-02-2005 02:41 AM
Java Doddy Open Source 5 10-01-2005 09:15 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:01 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2