public RationsPaceFrame(Control gameControl, JPanel cd, String previous){
this.myGameControl = gameControl;
this.myCD = cd;
this.myPrevious = previous;
rationsPaceBackend = new RationsPaceFrameBackend(this.myGameControl);
paceLabel = new JLabel("Select Pace:");
rationsLabel = new JLabel("Select Rations:");