private void buildUI() {
layout = new CardLayout();
setLayout(layout);
levelIndicator = new LevelIndicator(true);
levelIndicator.setPaintBarRect(false);
add(levelIndicator, LEVEL_INDICATOR_KEY);
JLabel icon = new JLabel(new ImageIcon(getClass().getResource(
"hourglass.png")));