Search:

Type: Posts; User: Pentrax

Search: Search took 0.10 seconds.

  1. Re: Java adding borrow and return books in library

    i want current time when the one instance of hisotry is created, how will i construct it in constructor ?
  2. Re: Java adding borrow and return books in library

    ok thanks man its working fine, but without date, i dont know hot to implement date :( how can i add date to the definition on my History class and constructor and than use it with this
  3. Re: Java adding borrow and return books in library

    hm, when i pick case 5 to show history of my library it will have stored information off all the check-outs and returns, in history only books that were borrowed/returned will be displayed.

    ...
  4. Re: Java adding borrow and return books in library

    ok, so i pretty much have easy implementation of borrowed function in my library. I added boolean attribut and method isBorrowed() to my book class. I will do the oposite with return function, so i...
  5. Re: Java adding borrow and return books in library

    thank you Norm for quick guidance

    1. borrow-return book system should be really easy, for example case 3(borrow) will print all the books(unborrowed) in container based on ISBN i will be able to...
  6. Java adding borrow and return books in library

    Hello can you help me with adding the borrow-return system to my library, first class is book class with basic attributes, second class is a library with an array of books and third is main with 0 to...
Results 1 to 6 of 6