Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
Any GUI Programs?
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-09-2009, 04:54 PM
Y0u_G0t_Pwn3d's Avatar
Guru
 
Join Date: Feb 2007
Posts: 1,486
Default 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 View Post
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch
Reply With Quote
  #2  
Old 11-09-2009, 05:51 PM
Legend
Java Programmers Pirate
 
Join Date: Jan 2007
Posts: 10,942
<3 n4n0
Default 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.
Reply With Quote
  #3  
Old 11-09-2009, 07:24 PM
Y0u_G0t_Pwn3d's Avatar
Guru
 
Join Date: Feb 2007
Posts: 1,486
Default 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 View Post
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch
Reply With Quote
  #4  
Old 11-09-2009, 07:33 PM
Legend
Java Programmers Pirate
 
Join Date: Jan 2007
Posts: 10,942
<3 n4n0
Default 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.
Reply With Quote
  #5  
Old 11-09-2009, 09:29 PM
Swan's Avatar
When They Cry...
Ex-Moderator
 
Join Date: Jan 2007
Location: Japan
Posts: 4,404
Default 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
Reply With Quote
  #6  
Old 11-10-2009, 01:17 AM
Jimmy's Avatar
Leecher
Ex-Moderator $5 USD Donor
 
Join Date: Jun 2008
Location: Southern California
Posts: 2,359
Default Re: Any GUI Programs?

Quote:
Originally Posted by Swan View Post
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
__________________
Reply With Quote
  #7  
Old 11-10-2009, 01:34 AM
Legend
Java Programmers Pirate
 
Join Date: Jan 2007
Posts: 10,942
<3 n4n0
Default 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.
Reply With Quote
  #8  
Old 11-11-2009, 04:05 PM
Y0u_G0t_Pwn3d's Avatar
Guru
 
Join Date: Feb 2007
Posts: 1,486
Default Re: Any GUI Programs?

Thanks guys.
__________________


^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The Greatest Gf Any Guy Could Ask For.

Quote:
Originally Posted by benwise90 View Post
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch
Reply With Quote
  #9  
Old 11-12-2009, 08:41 AM
d great one's Avatar
Apprentice
 
Join Date: Nov 2007
Posts: 930
Send a message via MSN to d great one Send a message via Yahoo to d great one
Default 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.
__________________
SCAMMERS ARE LOSERS. DO NOT BE ONE OF THEM
==========================
New: Buying all account upgrades + 4 vouches
==========================
I CAN MM FOR YOU - MM THREAD + MM VOUCHES || vouch(es) on this thread: 10
==========================
MY MSN: [email protected]
==========================
NOW SELLING RSGP || vouch(es) on this thread: 30
==========================
Account Shop || vouch(es) on this thread: 1
Lost thread: My buying + vouches thread || vouch(es) on this thread: 82
Reply With Quote
  #10  
Old 11-14-2009, 10:16 PM
Y0u_G0t_Pwn3d's Avatar
Guru
 
Join Date: Feb 2007
Posts: 1,486
Default 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 View Post
Thanks, You G0t Pwn3d, very nice guy, offered to get me a free subscription. Didn't work, but the intent counts <3. Vouch
Reply With Quote
  #11  
Old 11-14-2009, 11:49 PM
Swan's Avatar
When They Cry...
Ex-Moderator
 
Join Date: Jan 2007
Location: Japan
Posts: 4,404
Default Re: Any GUI Programs?

Quote:
Originally Posted by Y0u_G0t_Pwn3d View Post
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
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

All times are GMT +1. The time now is 12:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1