Search:

Type: Posts; User: rplee18

Search: Search took 0.09 seconds.

  1. Re: Creating a Library, abstract class created issues. Also need GUI help.

    First error: no suitable method found for add(StringTokenizer)


    //READ FROM FILE
    public void LibraryRead()
    {
    libraryBooks.clear();

    try
    {
  2. Creating a Library, abstract class created issues. Also need GUI help.

    I am still in my first few months of programming so please bear with me if the problems are stupid-easy to fix.

    When I changed the the Books file to an Abstract class, it created a few...
Results 1 to 2 of 2