public PopupMenu getPopup() {
return popup;
}
private void addAbout(final GlobalActions globalActions) {
String version = new Version().get();
addEntry("BuildServerSystemTray v" + version, new ActionListener() {
@Override
public void actionPerformed(@SuppressWarnings("unused") ActionEvent e) {
globalActions.about();
}