Results 1 to 5 of 5
Thread: help with java coding
- 11-13-2009, 08:25 PM #1
Member
- Join Date
- Nov 2009
- Posts
- 26
- Rep Power
- 0
help with java coding
This is my second coding in java...
I have problems with the joptionpane line.... I copied it exactly from the book like this:
Java Code://This is my class (container) name public class EG02 { //main method (function) public static void main(String[] args) { String input; input = JOptionPane.showInputDialog ("What's your name?"); if(input.equals("FUCK YOU BITCH")) { System.out.println("Congratulations!"); } else { System.out.println("Sorry, you lose!"); } } }
- 11-13-2009, 08:31 PM #2
copied it exactly eh lol? What book are you using?
You need to import javax.Swing.JOptionPane;Liberty has never come from the government.
Liberty has always come from the subjects of government.
The history of liberty is the history of resistance.
The history of liberty is a history of the limitation of governmental power, not the increase of it.
- 11-13-2009, 08:34 PM #3
Member
- Join Date
- Nov 2009
- Posts
- 26
- Rep Power
- 0
wow, your a genius. I didn't copy it directly. I thought I did...
Thanks.
Book is Programming Video Games for the Evil Genius by Ian cinnamon
- 11-13-2009, 08:50 PM #4
No worries. I was laughing about the expected name to be input, but judging by the title that might actually be in the book.
Liberty has never come from the government.
Liberty has always come from the subjects of government.
The history of liberty is the history of resistance.
The history of liberty is a history of the limitation of governmental power, not the increase of it.
- 11-14-2009, 07:00 AM #5
Similar Threads
-
java coding
By zawad in forum Suggestions & FeedbackReplies: 1Last Post: 07-07-2009, 01:55 PM -
Java coding Best Practices
By ajeeb in forum Advanced JavaReplies: 6Last Post: 05-27-2009, 04:30 AM -
Coding an FTP server in java
By Zucheto in forum NetworkingReplies: 3Last Post: 06-22-2008, 04:24 AM -
Java Coding Competition
By nbrain in forum Java SoftwareReplies: 0Last Post: 05-22-2008, 05:38 PM -
Coding Java on a Mac
By Menre in forum New To JavaReplies: 5Last Post: 05-06-2008, 05:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks