Plot graphics

I want to plot coordinates from arraylist. I make an array from array list and pass the coordinate to an methos which task is to plot the coordinates on the jpanel. I try to call the graphics g method with g.drawLine(int x-, int y-, int x+, int y+);
but nothing happends.

Any help is greatly appreciated
Regards
Christian
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories