Search:

Type: Posts; User: Jhop86

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,538

    Problem with HW Tester in Eclipse (Error)

    So I finished an assignment and I uploaded Hw3Tester.java into my project that was supplied by the professor. He said I should mouse over the first @test and a little pop up box will pop up and...
  2. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    I had to change Width to Height and I had to change Length to Width, in doing so everything was fine except on my RectangleTester, on line 13 I have myFirstRectangle.setHeight(20);

    It gives me...
  3. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    Wow, dumb mistake, thanks!

    Now I am wrapping up the assignment, but I have one quick question.

    The assignment says that I have to set all instance variables to private, how do I this and make...
  4. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    Figured it out, thanks for the help. If I have anymore questions I will ask.

    --- Update ---

    Well so far it is going really good, except I ran into another error while implementing constructors....
  5. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    Error: Main method not found in class edu.sbcc.hw2.RectangleTester, please define the main method as:
    public static void main(String[] args)
  6. Replies
    21
    Views
    1,439

    Beginning Java- Making a Rectangle Class (help)

    So I was having a lot of problems earlier with going with the advice of many I read up and gained a little bit more knowledge about this. I went for something extremely basic so that I a) wouldn't...
  7. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    That's why I am asking for help... if someone can explain to me where I am making mistakes I can fix them. Saying you need to go over the basics again does not help... and countless errors? I count...
  8. Replies
    21
    Views
    1,439

    Re: Making a rectangle

    Alright thanks!

    --- Update ---

    Okay right now I have two classes, Rectangle Java and RectangleTester.Java.

    Here is Rectangle:


    public class Rectangle {
  9. Replies
    21
    Views
    1,439

    Making a rectangle

    So I am working on a hw assignment for a Java programming class and there is some slight confusion.

    I am suppose to create a rectangle and I have created two classes; Rectangle.java and...
  10. Re: Completely new to Java, don't understand my first Assignment

    I don't want anyone to write anything for me, I just don't understand what exaxtly I am suppose to do
  11. Completely new to Java, don't understand my first Assignment

    So I am college student and I am completely new to Java, and I am having a really rough start. Unfortunately, this is more of an intermediate class, and I cannot take a fundalmentals course because...
Results 1 to 11 of 11