I need to write a small Java Application (not applet), that plot points, make lines, and draw circles over an image file.
The drawn points, lines, circles does not need to permanently change the image file.
I have have been able to make the image appear onto a JLabel and put the JLabel onto a JPanel. However, when I try to draw lines, the lines seem to appear behind the image. Any tips?
The drawn points, lines, circles does not need to permanently change the image file.
I have have been able to make the image appear onto a JLabel and put the JLabel onto a JPanel. However, when I try to draw lines, the lines seem to appear behind the image. Any tips?