Results 1 to 5 of 5
- 06-02-2012, 08:32 PM #1
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
Beginner question but not new to Java
Hey guys,
I have been programming in many different languages for a couple years now, so I am not completely new to Java or the programming mentality. But most of the programming that I have done, have been in school. Meaning that it just was applications that would run in the console of Eclipse or Netbeans, ect. I want to really start researching and looking into real Java applications. I want to learn all about the GUI aspect and turning my code into a run-able application. I know there is something called swing that creates a GUI, but is that what huge applications use? I know it is two separate questions, all about GUI, and how to get my program to be a run-able application, but any help is much appreciated. Thank you in advance.
- Scott
-
Re: Beginner question but not new to Java
Many have used Swing to create large applications, myself included. I would say that one can use it to produce serviceable GUI's. Consider checking out the Swing tutorial if you want to learn more.
Having said this, much will depend on what type of application you are planning to produce. Again, if you want a serviceable desktop application, you can use Swing for this. If you want to create a web app, I'd use something different.Last edited by Fubarable; 06-02-2012 at 09:07 PM.
- 06-03-2012, 04:35 AM #3
Re: Beginner question but not new to Java
And if you want real fancy UIs, with visual effects and CSS skinning, go for JavaFX 2.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 06-03-2012, 06:12 PM #4
Member
- Join Date
- Jun 2012
- Posts
- 2
- Rep Power
- 0
Re: Beginner question but not new to Java
Thank both of you for your replies, I will definitely look into swing and javafx 2. @Fubarable - I probably will try to just produce destop apps, but just to learn a little, what would you suggest if I wanted to create a web app?
- Scott
-
Re: Beginner question but not new to Java
Similar Threads
-
Beginner GUI question
By stuckonjava in forum New To JavaReplies: 4Last Post: 02-16-2012, 11:16 PM -
Beginner Java Question
By chancock82 in forum New To JavaReplies: 4Last Post: 01-28-2012, 07:21 AM -
Java Question [Beginner Question]
By joker760 in forum New To JavaReplies: 3Last Post: 12-13-2011, 04:01 PM -
Beginner Question About Java Coding
By Humphrey Bogart in forum New To JavaReplies: 3Last Post: 03-09-2011, 09:41 PM -
Beginner Java question
By DanK in forum New To JavaReplies: 3Last Post: 04-27-2009, 04:29 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks