Creator Forum - Racial Loyalty News Online

Announcements & General Jabber => General Jabber => Topic started by: Grimm on Wed 02 Oct 2013

Title: Basic Introduction To Easier Programming
Post by: Grimm on Wed 02 Oct 2013

Want to make your own programs?
   
   Desktop applications can deliver focused content right to your desktop and are more accepted than browser toolbars.
   
   The applications can also be shared for recruiting or can be presentations unto themselves. (duh)
   
   But where do we start?
   
   I'd suggest something cross platform. Here I'm going to promote Netbeans and Swing GUI
   
    NetBeans IDE can be installed on all operating systems that support Java, from Windows to Linux to Mac OS systems. Write Once, Run Anywhere, is as true for NetBeans IDE as it is for your own applications... because NetBeans IDE itself is written in Java, too!
   
   
   About Swing GUI:  http://en.wikipedia.org/wiki/Swing_(Java) (http://en.wikipedia.org/wiki/Swing_(Java))
   
   NetBeans and Swing GUI Builder:
   
  https://netbeans.org/features/java/swing.html (https://netbeans.org/features/java/swing.html) 
   
   You can get netbeans here:
   
  https://netbeans.org/features/platform/download.htm (https://netbeans.org/features/platform/download.html)
 
   Packaging and Distributing Java Desktop Applications https://netbeans.org/kb/docs/java/javase-deploy.html (https://netbeans.org/kb/docs/java/javase-deploy.html)
   
   
   Small Netbeans tutorial:
   
   https://www.youtube.com/watch?v=LFr06ZKIpSM##]Java #N3 - Making a GUI in NetBeans (https://www.youtube.com/watch?v=LFr06ZKIpSM#)
   
   You can also make stuff with eclipse:
   
  http://www.eclipse.org/downloads/moreinfo/java.php (http://www.eclipse.org/downloads/moreinfo/java.php)
   
   I hope these resources inspire you to realize how quickly you can create applications you want with some ease.
   
   
   Also, when making stuff with these programs, its probable that someones already done most of the work for you. While your making the programs your actually creating your own "library"...  luckily other people have made their "Java Script" libraries available..  like here:
   
   http://www.w3schools.com/js/js_libraries.asp]http://www.w3schools.com/js/js_libraries.asp (http://www.w3schools.com/js/js_libraries.asp)
   
   
   ENJOY!!!
   
   https://www.youtube.com/watch?v=YZGJN1feN9M##]Getting Started with the NetBeans Platform (https://www.youtube.com/watch?v=YZGJN1feN9M#)