// Objective : When the user clicks the help button an image will pop up



import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;...