I get the error: exception in thread “awt-eventqueue-0” java.lang.nullpointerexception when I try to run the program below: package components; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Workshop extends JPanel implements ItemListener { JCheckBox ...