JButton bkButton = new JButton(new ImageIcon("src/Images/smallBArrow.bmp"));
JPanel buttonPanel = new JPanel(new FlowLayout());
buttonPanel.add(bkButton);
Using an action listener I need to be able to click and have an action (to go back, forward, or refresh)