Search:

Type: Posts; User: blobman23

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. Can someone explain how to fix this error?

    Here is the assignment:



    Here is my code so far:


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
  2. Can someone just point me into the right direction?

    I am trying to do my term project for my Operating Systems class but I am just lost and do not know what direction to go. I am NOT asking for someone to do it for me, I just simply want someone to...
  3. Replies
    6
    Views
    1,303

    Re: Could someone explain this to me?

    Yea I did. And when you run the program it takes a about 30 seconds or more to run through. It sorts 3000 files into multiple directories.
  4. Replies
    6
    Views
    1,303

    Re: Could someone explain this to me?

    Someone told me that I need to make the progress bar update in a separate thread but I'm having a hard time figuring out how to do that.
  5. Replies
    6
    Views
    1,303

    Could someone explain this to me?

    I am working on making a GUI for a program that I had written a while back. I wanted to include a progress bar to show its progress. However, the progress bar does not refresh and show the current...
  6. Replies
    6
    Views
    1,137

    Re: I have a question.

    Okay, so I moved the text file to the folder that it said it was looking in and it gave me this error:



    --- Update ---

    I fixed that issue, it was saved as test.txt.txt
    Thanks for the help.
  7. Replies
    6
    Views
    1,137

    Re: I have a question.

    This is what it printed: Where are we=C:\Users\Jared\Desktop\Linear Congruential Generator\LinearCongruentialGenerator\Here I Am

    --- Update ---

    This is the example that I am going by:


    ...
  8. Replies
    6
    Views
    1,137

    Re: I have a question.

    I am simply entering test.txt

    The actual path to the text file is C:\Users\Jared\Desktop\Linear Congruential Generator\LinearCongruentialGenerator\src\linearcongruentialgenerator

    --- Update ---...
  9. Replies
    6
    Views
    1,137

    I have a question.

    Could someone please explain to me why my program keeps giving me the following error when I try to read in a text file (test.txt). I placed the text file into the same folder as the .java file....
  10. Replies
    8
    Views
    1,235

    Re: Could someone explain this to me?

    Oh okay, that makes since. Thanks.
  11. Replies
    8
    Views
    1,235

    Re: Could someone explain this to me?

    Okay, the program reads in a whole bunch of text file (or receipts) that contain the receipt information. The program then makes a new Receipt object for each one of them and then through invoking...
  12. Replies
    8
    Views
    1,235

    Re: Could someone explain this to me?

    I am just having trouble figuring out how to go about reading from each individual sub folder, do you get what i'm saying?
  13. Replies
    8
    Views
    1,235

    Re: Could someone explain this to me?

    I am not whining. I'm saying that I do not understand how to do what it is asking me to do and if any one could point me the right direction.
  14. Replies
    8
    Views
    1,235

    Could someone explain this to me?

    I am working on a receipt sorting program, and I am pretty much finished with it, however, there is one more thing that it has to be able to do and i'm not entirely sure how to go about implementing...
  15. Re: Could someone give me some insight as to how to do this?

    The Album class doesn't contain an iterator. Only the MusicCollection class contains an iterator. Since the ArrayList aready has a built in iterator, then do I even need to define an iterator for the...
  16. Re: Could someone give me some insight as to how to do this?

    I am just confused as how to implement it. I feel like that is doing what I am suppose to do, Im just not sure. Thanks.
  17. Re: Could someone give me some insight as to how to do this?

    Hey, I apologize that my understanding of what a iterator is or does is poor. We have not really covered it.

    Is this what you are talking about?


    /**
    *
    * @return
    */
    ...
  18. Re: Could someone give me some insight as to how to do this?

    Okay, here is what I have gotten so far. I only have one more thing that needs to be implemented.

    Album Class:


    import java.io.*;
    import java.util.*;

    /**
    *
  19. Re: Could someone give me some insight as to how to do this?

    Ok, for starters, I am having trouble figuring out how to do this compareTo method. I have tried to logically work through it with if statements but I keep getting stuck. This is what I have so far:...
  20. Re: Could someone give me some insight as to how to do this?

    That is in the Album class, the only part of that class that I needed help with is the last one. Its the MusicCollection class that I need help with the last four methods. Sorry for the confusion.
  21. Could someone give me some insight as to how to do this?

    I am working on an assignment and I am having trouble figuring out exactly how to do it. I have already done a good bit of it, but I keep getting stuck.

    Here is the assignment:



    Here is what...
  22. Re: Could someone explain to me what exactly is messing up?

    Thank you! I really appreciate it!
  23. Re: Could someone explain to me what exactly is messing up?

    All that I have is the JDK that my teacher installed onto my computer. How do I get the jar file?
  24. Re: Could someone explain to me what exactly is messing up?

    Okay, I have fixed all of the errors in the TimeRange class. Now when I try and run the code that the teacher gave us to test our classes I get these errors:
  25. Re: Could someone explain to me what exactly is messing up?

    okay, I have fixed all of the errors on the Time class, and now just have the following 6 errors for the TimeRange class:
Results 1 to 25 of 40
Page 1 of 2 1 2