Package at.kugel.tool.buildtray.config

Examples of at.kugel.tool.buildtray.config.Version


   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();
         }
View Full Code Here

TOP

Related Classes of at.kugel.tool.buildtray.config.Version

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.