I am trying to make a GUI that will plot 2 points in a line graph and draw a line segment from those two points.
I cannot find any examples in any of my Java textbooks, and almost every example that I try to search for is too complex to understand in the short amount of time that I have.
Is there anyway to explain graphing easily to a beginner in Java?