1

Java Programming

Apprentice's Avatar Apprentice3/3/15 11:24 pm
1 emeralds 187 2
3/4/2015 2:48 am
mcrocks999's Avatar mcrocks999
Hello everybody, I would like to start getting into Java. I know that a lot of you learn from great sources, and some do not. If you could, would you please post or give ideas on where I should start to learn Java.
Posted by Apprentice's Avatar
Apprentice
Level 25 : Expert Network
56

Create an account or sign in to comment.

2

1
03/04/2015 2:48 am
Level 20 : Expert Cake
mcrocks999
mcrocks999's Avatar
Hmmm... alot of patience is required, cause there are some awesome tutorials that die out, and others that are just plain stupid. and tbh, I don't remember how I learn't Java.

btw. Java Swing example below

public class ThisIsCalledAClass extends JFrame {
public static ThisIsCalledAClass frame = new ThisIsCalledAClass();
public static void main(String[] args) { // This runs ur program.
frame.setTitle("well hello there");
frame.setBounds(0,0,300,400);
frame.setVisible(true);
}
}

Plz don't hate 4 no imports, I use Eclipse :p
1
03/03/2015 11:54 pm
Level 3 : Apprentice Network
Rileys
Rileys's Avatar
Pogostick29dev has the best tutriols out there !
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome