Write a Java program that does the following: Creates an ArrayList of integers. Adds 5 integers to the ArrayList. Prints the elements of the ArrayList. Removes the second element from the ArrayList.
Point.java - class for a x-y coordinate point representing a location to draw in the panel Triangle.java - class that represents an equilateral triangle made from three points given a size and a ...