destTimeLabel = new JLabel("???");
destTimeLabel.setFont(font.deriveFont(font.getStyle() | Font.BOLD));
infoDisplayPanel.add(destTimeLabel);
chunksSelectedLabel = new JLabel("0 selected");
chunksSelectedLabel.setFont(font.deriveFont(font.getStyle() | Font.BOLD));
infoDisplayPanel.add(chunksSelectedLabel);
//ARRRRG! This is such a kludge.
//If I don't do this then the freaking infoDisplayPanel jumps
//all over tarnation every time a value changes...!!!