I have a JLayeredPane 'lp' which contains a JPanel 'p' with a JLabel 'l' on it.

If the label is clicked then I print out the message 'label1 was clicked' and then add another JPanel 'p2' to the...