butSkills = new Button(Messages.getString("ChatLounge.butSkills")); //$NON-NLS-1$
butLoadCustomBA = new Button(Messages
.getString("ChatLounge.butLoadCustomBA"));
butLoadCustomFS = new Button(Messages.getString("ChatLounge.butLoadCustomFS"));
MechSummaryCache mechSummaryCache = MechSummaryCache.getInstance();
mechSummaryCache.addListener(mechSummaryCacheListener);
butLoad.setEnabled(mechSummaryCache.isInitialized());
butArmy.setEnabled(mechSummaryCache.isInitialized());
butLoadCustomBA.setEnabled(mechSummaryCache.isInitialized());
butLoadCustomFS.setEnabled(mechSummaryCache.isInitialized());
Font font = new Font("sanserif", Font.BOLD, 18); //$NON-NLS-1$
butLoad.setFont(font);
butLoad.setActionCommand("load_mech"); //$NON-NLS-1$