Search:

Type: Posts; User: jerryg

Search: Search took 0.09 seconds.

  1. Thread: Set Class

    by jerryg
    Replies
    1
    Views
    1,200

    Set Class

    I'm having trouble implementing a few methods in a class I have to make. The class deals with the operations of sets. Like union of two sets and intersection of two sets. Yes I know there is already...
  2. Leap Year/Calendar Program. toString() method error.

    I am implementing a class called GregorianCalendar. However, I am stuck on the method toString(). When I run my code has i get the output:
    1, March 19, 2012 occurred in a leap year. I need the '1'...
  3. Replies
    3
    Views
    1,978

    Re: Eclipse not recognizing my method for class.

    Ah that makes sense. So I can probably get rid of the x3 y3 variables since each object will have its own coordinates [(x1,y1),(x2,y2)]
  4. Replies
    3
    Views
    1,978

    Eclipse not recognizing my method for class.

    I am using Eclipse IDE. I have created a class called LineSegment. I have to implement this class in my program I am writing called LineSegmentTesterApp.
    However, when trying to use the accessor...
  5. Replies
    6
    Views
    1,578

    Re: Creating a javadoc help please.

    Looks like what I need. Thanks Again!
  6. Replies
    6
    Views
    1,578

    Re: Creating a javadoc help please.

    Thanks I will give it a try when I get to my home computer! I was having trouble finding a solution through google, but that is probably because I wasn't sure how to word the question. I think I will...
  7. Replies
    6
    Views
    1,578

    Re: Creating a javadoc help please.

    Like when you look at java api you will see a field summary section. In my code it should display all the 'private double variables', however it is not. I am currently using netbeans IDE. So how...
  8. Replies
    6
    Views
    1,578

    Creating a javadoc help please.

    I am trying to implement a class in java. I have to create a javadoc from the code I am writing. However, I am having trouble getting the Field Summary section to show up in the javadoc. Thanks in...
Results 1 to 8 of 8