int h = getGraphicsConfiguration().getBounds().height;
setLocation((w - width) / 2, (h - height) / 2);
setDefaultCloseOperation(DISPOSE_ON_CLOSE);
setLayout(null);
bigCard = new BigCard();
bigCard.setBounds(20, 10, RateThread.bigCardDimension.frameWidth, RateThread.bigCardDimension.frameHeight);
bigCard.setBorder(BorderFactory.createLineBorder(Color.gray));
add(bigCard);
JLabel label = new JLabel("The results are stored for every 10 compare.");