Search:

Type: Posts; User: fkmk

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    661

    Re: Problem with NULL.Exception [...]

    Thank you! :) Thanks for your advice, I fixed it.
    The problem occured in a Line copy Constructor:

    Fixed code:


    public Line(Line line){
    start = new Point(line.getStart());
    end = new...
  2. Replies
    3
    Views
    661

    Problem with NULL.Exception [...]

    Hello,

    I have got a problem with my code.

    Here are the classes:

    Main.java


    package kompozycja;
Results 1 to 2 of 2