public void mouseExited(MouseEvent e) {
   window.standardWin();
   setBounds(121, height - 60, 145, 50);
   setBackground(new Color(0x34536C)); // button
   setForeground(new Color(0x947D68)); // text
 }