public class snake extends JPanel implements ActionListener {

//declare variables used in the beginning. by making them private, they can be seen only by the classes they belong to
//sets the...