pollAction = new PollAction();
aboutAction = new AboutAction();
}
private void initializeShortCuts() {
sendActionShortcut = new ActionShortcut(sendAction);
sendActionShortcut.setKeyStroke(KeyStroke.getKeyStroke(KeyEvent.VK_S, KeyEvent.CTRL_MASK));
updateStatusActionShortcut = new ActionShortcut(updateStatusAction);
updateStatusActionShortcut.setKeyStroke(KeyStroke.getKeyStroke(KeyEvent.VK_F5, 0));
}