 |

11-09-2009, 04:54 PM
|
 |
Guru
|
|
Join Date: Feb 2007
Posts: 1,486
|
|
Any GUI Programs?
So I've began learning Java and I've developed a basic command prompt program but is there any programs that make GUI program easier in Java? Kinda like in Visual Basic?
__________________
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The Greatest Gf Any Guy Could Ask For.
Quote:
Originally Posted by benwise90
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch 
|
|

11-09-2009, 05:51 PM
|
|
Legend
|
|
Join Date: Jan 2007
Posts: 10,942
|
|
Re: Any GUI Programs?
You can always use Netbeans, but I STRONGLY suggest that you learn how to make the GUIs yourself. Understanding how to do it will make you a much better programmer in the long run.
__________________
PM me with any issues.
I do not MM or trade anything.
Anyone claiming to be me in a trade or MM is an imposter.
|

11-09-2009, 07:24 PM
|
 |
Guru
|
|
Join Date: Feb 2007
Posts: 1,486
|
|
Re: Any GUI Programs?
Yeah, I was planning on learning it but I was just wondeing if there was an easier way.
__________________
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The Greatest Gf Any Guy Could Ask For.
Quote:
Originally Posted by benwise90
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch 
|
|

11-09-2009, 07:33 PM
|
|
Legend
|
|
Join Date: Jan 2007
Posts: 10,942
|
|
Re: Any GUI Programs?
Coding is easier, as you can update it and understand the code.... >_>.
__________________
PM me with any issues.
I do not MM or trade anything.
Anyone claiming to be me in a trade or MM is an imposter.
|

11-09-2009, 09:29 PM
|
 |
When They Cry...
|
|
Join Date: Jan 2007
Location: Japan
Posts: 4,404
|
|
Re: Any GUI Programs?
GUI designers disconnect the programmer from the code. Ditch them and you'll love yourself for it later.
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT
|
|

11-10-2009, 01:17 AM
|
 |
Leecher
|
|
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
|
|
Re: Any GUI Programs?
Quote:
Originally Posted by Swan
GUI designers disconnect the programmer from the code. Ditch them and you'll love yourself for it later.
|
This.
You could use the one in NetBeans one as SuF said, or you could try the one that is in IntelliJ, iirc. Coding a GUI in Swing isn't hard: there are plenty of Tutorials on using Swing Components.
Sun Tutorials on Swing: http://java.sun.com/docs/books/tutor...ing/index.html
|

11-10-2009, 01:34 AM
|
|
Legend
|
|
Join Date: Jan 2007
Posts: 10,942
|
|
Re: Any GUI Programs?
You can also add my MSN if you have SPECIFIC questions about anything java related.
__________________
PM me with any issues.
I do not MM or trade anything.
Anyone claiming to be me in a trade or MM is an imposter.
|

11-11-2009, 04:05 PM
|
 |
Guru
|
|
Join Date: Feb 2007
Posts: 1,486
|
|
Re: Any GUI Programs?
Thanks guys.
__________________
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The Greatest Gf Any Guy Could Ask For.
Quote:
Originally Posted by benwise90
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch 
|
|

11-12-2009, 08:41 AM
|
 |
Apprentice
|
|
Join Date: Nov 2007
Posts: 930
|
|
Re: Any GUI Programs?
Like the above mentioned, learn first from the basic and making GUI yourself.
Netbeans might get complicated if you don't know how to make simple events from the basic.
I have tried Netbeans, and even made my project last term from it. That isn't a friendly environment, though the one thing good is that you just have to drag and drop your designs.
|

11-14-2009, 10:16 PM
|
 |
Guru
|
|
Join Date: Feb 2007
Posts: 1,486
|
|
Re: Any GUI Programs?
Im currently using netbeans, I like it but im just doing basic command prompt stuff until I can do real stuff.
__________________
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The Greatest Gf Any Guy Could Ask For.
Quote:
Originally Posted by benwise90
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch 
|
|

11-14-2009, 11:49 PM
|
 |
When They Cry...
|
|
Join Date: Jan 2007
Location: Japan
Posts: 4,404
|
|
Re: Any GUI Programs?
Quote:
Originally Posted by Y0u_G0t_Pwn3d
Im currently using netbeans, I like it but im just doing basic command prompt stuff until I can do real stuff.
|
Assuming you don't want to use the GUI designer you might like to give Eclipse or JCreator a go. JCreator is a nice lightweight IDE that I enjoyed using when I coded Java, and Eclipse I've found is better than Netbeans from personal experience. You probably aren't experienced enough to know how either is better, but as you get better you begin to note serious differences in each coding environment you use.
__________________
Quote:
[14:54:13] <&Filefragg> x9 is made of 5 glow in the dark gorilla dildos vibrating in unison.
[14:54:19] <%TDD> hot
[14:54:22] <+Aoi> Win
[14:54:23] <x9> I TOLD YOU NOT TO TELL ANYONE, DAMNIT
|
|
 |
|