public StoreFrame(Control gameControl, JPanel cd){
this.myGameControl = gameControl;
this.myCD = cd;
storeBackend = new StoreFrameBackend(gameControl);
storePanel = new JPanel();
storeLabel = new JLabel(storeBackend.getStoreLabelText());
storeLabel.setBounds(243, 11, 78, 14);