Search:

Type: Posts; User: Meirikai

Search: Search took 0.65 seconds.

  1. Re: Not sure what's wrong with my client class. keep getting "java.io.FileNotFoundException: " when I enter any filename. What am I missing?

    It's saved in the same folder as my project and I'm typing it in correctly. It's still giving me the same message. =(
  2. Not sure what's wrong with my client class. keep getting "java.io.FileNotFoundException: " when I enter any filename. What am I missing?

    package HeightsSorter;
    import java.util.*;
    import java.io.*;

    public class HeightsSorter {

    public static void main(String[] args)
    {
    try
    {
  3. Re: Implementing the GregorianDate class; Help, I'm clueless!

    I've written the private ints and getters that I need, my real problem is how to do the if statements needed to make the date valid. I don't know whether those are included in the constructor...
  4. How to implement GregoraianCalendar which is subclass of Calender?

    Ok my assignment is attached, as is the API that my teacher provided. I'm really having trouble implementing the class, if someone could get me started I'd be so appreciative!!
    14931492

    Thank...
Results 1 to 4 of 4