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.

Page 2 of 2 FirstFirst 12
Results 26 to 27 of 27

Thread: Help With My Library Program please.

  1. #26
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help With My Library Program please.

    How Do i add author, publisher and book id here?
    Before creating an instance of a Book object, the code needs to read in all the data from the user that is needed to create the Book object. When all the data is available, call the Book class's constructor and pass it all the data.
    Last edited by Norm; September 29th, 2012 at 08:22 AM.
    If you don't understand my answer, don't ignore it, ask a question.

  2. The Following User Says Thank You to Norm For This Useful Post:

    jaydac12 (September 29th, 2012)

  3. #27
    Member
    Join Date
    Sep 2012
    Location
    Philippines
    Posts
    46
    My Mood
    Cheeky
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Help With My Library Program please.

    i finally did it ! thank god ! and thank you ! you really helped me a lot thanks !

    but somehow some of my code cant catch exceptions...

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [SOLVED] Simple Library Program / Need feedback.
    By ziplague in forum What's Wrong With My Code?
    Replies: 22
    Last Post: May 2nd, 2014, 09:03 PM
  2. 1.7 JRE library error?
    By colbol89 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 27th, 2011, 07:18 AM
  3. Where to place my own library?
    By hexwind in forum Java Theory & Questions
    Replies: 3
    Last Post: June 22nd, 2011, 06:25 AM
  4. how to use SteelSeries library?
    By aang in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 22nd, 2010, 12:57 PM
  5. library
    By b109 in forum Java Theory & Questions
    Replies: 2
    Last Post: May 3rd, 2010, 05:32 AM