else if (e.getSource() == Font)
{
//open options window
try {
//MainChat.currentFont = allUtils.fontMenu();
@SuppressWarnings("unused")
FontChooser fc = new FontChooser(chat);
} catch (FileNotFoundException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}