Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

21 Visitor Messages

  1. public class Verse
    {
     
    private String verse;
    private Integer verseNumber;
     
    public Verse(Integer verseNumber, String verse)
    {
    this.verseNumber = verseNumber;
    this.verse = verse;
    setVerse(verse);
    setVerseNumber(verseNumber);
    }
     
    public void setVerse(String verse)
    {
    this.verse = verse;
    }
     
    public String getVerse()
    {
    return verse;
    }
     
    public void setVerseNumber(Integer verseNumber)
    {
    this.verseNumber = verseNumber;
    }
     
    public Integer getVerseNumber()
    {
    return verseNumber;
    }
     
    public String getVerse2()
    {
    return (getVerseNumber.toString() + "). " + getVerse());
    }
     
     
    }
  2. View Conversation
    Thanks for reporting that.
  3. View Conversation
    I added you on MSN
  4. View Conversation
    You need to understand that the moderators time on these forums are very tight. Although we do our best to answer as many threads as possible, sometimes the more complicated or code heavy threads get put aside simply because of the extra time they require. By posting multiple indepth threads, we are never going to be able to keep on top of them. This is why the simplier, smaller threads get answered a lot quicker. No one is ignoring you on purpose. Not only do we have to attempt to answer all these threads but there is also the job of moderating the forums. This alone takes up valuable time. Please also consider the fact that the forums are a hobby. We all have day jobs and other personal projects to work on. When the weekend comes, most of us like to unwind away from the forums. I know it seems that asking a moderator is the best way to get a solid answer but we ourselves rely heavily on other members to contribute. I appreciate your loyalty and contributions to the forums but if you feel there is another forum where you will get help quicker, please also try there. I have no problem with that. Just please link back to the cross post
  5. View Conversation
    A word of advice - keep your posts on topic. I have noticed they quickly spin off on tangents and the original question gets lost in the mix. Most people, myself included, don't have the time to go back and read through every single post of the thread to understand what the question is or where the topic has headed. Be patient because most questions will not be answered immediately. Lastly, if you have not yet, read How to Ask Questions
  6. View Conversation
    ?? Im confused ?? Please PM me..
  7. View Conversation
    use the [ noparse] [ /noparse] tags. Obviousally remove the space. [ noparse][ highlight=Java] [ /highlight][ /noparse]

    Then you can do: [highlight=Java] [/highlight]

  8. View Conversation
    Please PM me the links and I will take a look as soon as possible.

    Sorry for the slow replies. As the project gets larger, it needs more time to look at and time is a rare thing for me at the moment!!
  9. View Conversation
    Hey,

    Some people come here expecting to have the code written for them when they have made no effort which annoys some members. As long as the original poster has shown they have put effort into trying to solve their issue, I have no problem with you posting as much information/code as is required. If you are happy to help these members this much, then go ahead. I like people to have their issues solved here

    It's up to you how much you post. I suppose everyone approaches their method of helping people differently.
    Sometimes I like to post complete solutions. Sometimes I give a nudge in the right direction instead. It all depends what mood im in! I appreciate your contributions to the forums. Thank you.
  10. Thanks. I was just wondering if I was posting too much and people were getting tired of it.
Showing Visitor Messages 11 to 20 of 21
Page 2 of 3 FirstFirst 123 LastLast
Page 2 of 3 FirstFirst 123 LastLast
About javapenguin

Basic Information

Date of Birth
April 7, 1989 (35)
About javapenguin
Biography:
I am trying to help everyone. All I wanted to do was be a moderator. Like Star Wars character Ahsoka Tano.

I currently also have my own Ahsoka forum at

http://httpssitesgooglecom.messageforums.net/posting.php?mode=edit&f=5&p=3

And also like to play chess, though haven't played in about 8 months.

Am a college student at Illinois State University.
Location:
North Central Illinois
Interests:
chess, programming, stopping spammers on this forum, playing video games. Also like Star Wars.
Occupation:
java.lang.NullPointerException or JPF Anti-Spam Police Chief
Java Skill Level:
Beginner

Contact


This Page
http://www.javaprogrammingforums.com/member.php?u=6454
Instant Messaging

Send an Instant Message to javapenguin Using...

Statistics


Total Posts
Total Posts
1,631
Posts Per Day
0.32
Visitor Messages
Total Messages
21
Most Recent Message
June 24th, 2012 11:06 PM
Total Thanks
Total Thanks
390
  • Thanked 112 Times in 110 Posts
General Information
Last Activity
February 10th, 2013 10:52 PM
Join Date
May 29th, 2010

23 Friends

  1. aussiemcgr aussiemcgr is offline

    Forum VIP

    aussiemcgr
  2. celz celz is offline

    Junior Member

    celz
  3. chronoz13 chronoz13 is offline

    Java kindergarten

    chronoz13
  4. CodyReuille CodyReuille is offline

    Junior Member

    CodyReuille
  5. DanBrown DanBrown is offline

    Member

    DanBrown
  6. DavidFongs DavidFongs is offline

    Member

    DavidFongs
  7. Dragonkndr712 Dragonkndr712 is offline

    Junior Member

    Dragonkndr712
  8. dreamtech dreamtech is offline

    Junior Member

    dreamtech
  9. Freaky Chris Freaky Chris is offline

    Senile Half-Wit

    Freaky Chris
  10. Jarba Jarba is offline

    Junior Member

    Jarba
Showing Friends 1 to 10 of 23
Page 1 of 3 123 LastLast