Write a Java program that does the following: Creates an ArrayList of integers. Adds 5 integers to the ArrayList. Prints the ...
Point.java - class for a x-y coordinate point representing a location to draw in the panel Triangle.java - class that represents ...