The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Java Help
|
Help with program
Discuss Help with program in the Java Help forum on Dev Shed. Help with program Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

March 8th, 2013, 01:51 AM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 15
Time spent in forums: 4 h 7 m 49 sec
Reputation Power: 0
|
|
|
Delete thread
EDIT: Figured it out. Thanks to all who helped.
Last edited by DJ2334 : March 9th, 2013 at 04:56 AM.
Reason: Figured out my issue
|

March 8th, 2013, 06:16 AM
|
 |
Contributing User
|
|
Join Date: Aug 2010
Location: SW Missouri
|
|
Quote: | my program likes to display "YOT" twice |
Each println that is called displays it one time. Remove the extra println call to have it display once.
|

March 8th, 2013, 06:25 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 15
Time spent in forums: 4 h 7 m 49 sec
Reputation Power: 0
|
|
|
Thanks again man! Alright, now I got that fixed, but does anyone know how I would get my program to display the getMethods messages I want displayed? Seems like no matter what I do, nothing seems to work :/
|

March 8th, 2013, 06:47 PM
|
 |
Contributing User
|
|
Join Date: Aug 2010
Location: SW Missouri
|
|
Can you post the program's current output, explain what is wrong with it and show what you want it to look like.
|

March 8th, 2013, 11:01 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 15
Time spent in forums: 4 h 7 m 49 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by NormR Can you post the program's current output, explain what is wrong with it and show what you want it to look like. |
Okay, I just updated the OP with more info!
|

March 8th, 2013, 11:15 PM
|
 |
Java Junkie
|
|
Join Date: Jan 2004
Location: Mobile, Alabama
|
|
Quote: | Originally Posted by DJ2334 Okay, I just updated the OP with more info! |
The parseInt method will only work on a String that contains just numeric data.
|

March 8th, 2013, 11:38 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 15
Time spent in forums: 4 h 7 m 49 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by bullet The parseInt method will only work on a String that contains just numeric data. |
EDIT: Nevermind, figured it out
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|