mangopearapples 16 Posting Whiz in Training

526

mangopearapples 16 Posting Whiz in Training

5 2 6

mangopearapples 16 Posting Whiz in Training

526

mangopearapples 16 Posting Whiz in Training

524

mangopearapples 16 Posting Whiz in Training

522

mangopearapples 16 Posting Whiz in Training

518

mangopearapples 16 Posting Whiz in Training

512

mangopearapples 16 Posting Whiz in Training

300!! Hahaha!
EDIT: Woops, my maths just flew to Mars. I'll make this 508 because Momerath, post after this one had already gone 2+ the post before this. And I'm A...

mangopearapples 16 Posting Whiz in Training

494

mangopearapples 16 Posting Whiz in Training

490

mangopearapples 16 Posting Whiz in Training

486

AndreRet commented: For being a team member. +0
mangopearapples 16 Posting Whiz in Training

482

mangopearapples 16 Posting Whiz in Training

470

mangopearapples 16 Posting Whiz in Training

Haha!
AndreRet and Kraai here to save the day!
466

mangopearapples 16 Posting Whiz in Training

You and Kraai won on your own?! WOW
Do you get a prize? O.o
462

mangopearapples 16 Posting Whiz in Training

458
Haai AndreRet...
Haai Kraai...

mangopearapples 16 Posting Whiz in Training

452

mangopearapples 16 Posting Whiz in Training

448

mangopearapples 16 Posting Whiz in Training

442

mangopearapples 16 Posting Whiz in Training

438

mangopearapples 16 Posting Whiz in Training

434

mangopearapples 16 Posting Whiz in Training

430

mangopearapples 16 Posting Whiz in Training

426
A's are rising!

mangopearapples 16 Posting Whiz in Training

402

mangopearapples 16 Posting Whiz in Training

Woop! So many team A's!
398

mangopearapples 16 Posting Whiz in Training

394

mangopearapples 16 Posting Whiz in Training

I thought it would be easier because it helps you (drop down menu's and adds suggestions ect.) and you don't need to open up CMD to compile.
I used Eclipse when I started and I don't think I could've managed with it's syntax highlighting and it's compile button.

mangopearapples 16 Posting Whiz in Training

392

mangopearapples 16 Posting Whiz in Training

Eclipse IDE is very helpful.
Eclipse.org

mangopearapples 16 Posting Whiz in Training

You had convert.addActionListener(null); but there's no ActionListener because the ActionListener you asigned to convert is nothing, null.
Put 'implements ActionListener' after extends Applet and put 'this' in convert.addActionListener.

mangopearapples 16 Posting Whiz in Training

388 8)

mangopearapples 16 Posting Whiz in Training

388

mangopearapples 16 Posting Whiz in Training

388

mangopearapples 16 Posting Whiz in Training

388

mangopearapples 16 Posting Whiz in Training

388

mangopearapples 16 Posting Whiz in Training

I've been making games for a Nintendo DS homebrew with PAlib and DevkitPro and C code for a while now but I was wondering if DS game development would be available with Java.
If not the DS, what would Java be able to make games with?
I know that Android uses Java but what else does?
Thanks.

mangopearapples 16 Posting Whiz in Training

Finally a teammate!
388

mangopearapples 16 Posting Whiz in Training

384, I'm basically the whole A team.

mangopearapples 16 Posting Whiz in Training

You could make a window by using JFrame from javax.swing.

JFrame window = new JFrame("This is my windows title")

You could use a JTextField so the user can input into the text field.

JTextField UserInput = new JTextField("Text to go inside the textfield, optional")

and you could have a string to get the text of the JTextField.

String s = UserInput.getText()
mangopearapples 16 Posting Whiz in Training

You should be able to understand this:
It doesn't seem like you have much chance on successfully creating an internet portal.
You don't sound convincing.

Also, at least use proper grammar will you?
Maybe you don't understand because English is not your native language?

mangopearapples 16 Posting Whiz in Training

God Damn it! How many A's are there?
390

mangopearapples 16 Posting Whiz in Training

At least try to sound like you can.

happygeek commented: Well said! +0
mangopearapples 16 Posting Whiz in Training

390

mangopearapples 16 Posting Whiz in Training

Team a
390

mangopearapples 16 Posting Whiz in Training

Sigh...
He's saying you don't sound realistic. That it only sounds like a dream and probably won't come true.
People won't believe you, that this idea of yours will become major or at least known well.

mangopearapples 16 Posting Whiz in Training

In the class that doesn't work, you imported the wrong Timer.
What you need is javax.swing.Timer and not java.utils.Timer or some other Timer.

mangopearapples 16 Posting Whiz in Training

I think you need y == 20?

mangopearapples 16 Posting Whiz in Training

In your KeyPressed (KeyEvent e)class:
int getKey = e.getKeyCode();
if(getKey == KeyEvent.VK_0){
//if key 0 is pressed
}

mangopearapples 16 Posting Whiz in Training

Maybe try TheNewBoston tutorials on Youtube as well. They're very helpful to get started. Just do all the normal Java Programming tutorials and then goto the the API's and Docs.
http://www.youtube.com/user/thenewboston

mangopearapples 16 Posting Whiz in Training

Actually, I found out that because I was doing
<img></img>
<img></img>
instead of <img></img><img</img>
So thanks.