Package org.malai.swing.instrument.library

Examples of org.malai.swing.instrument.library.MenuItem2OpenWebPageInteractor


  @Override
  protected void initialiseInteractors() {
    try{
      addInteractor(new MenuItem2AboutFrame(this, aboutFrame, aboutItem));
      addInteractor(new MenuItem2ShortcutFrame(this, aboutFrame, shortcutItem));
      addInteractor(new MenuItem2OpenWebPageInteractor(this, reportBugItem, new URI("http://sourceforge.net/tracker/?group_id=156523"))); //$NON-NLS-1$
      addInteractor(new MenuItem2OpenWebPageInteractor(this, forumItem, new URI("http://sourceforge.net/projects/latexdraw/forums"))); //$NON-NLS-1$
      addInteractor(new MenuItem2OpenWebPageInteractor(this, donateItem, new URI("http://sourceforge.net/project/project_donations.php?group_id=156523"))); //$NON-NLS-1$
      addInteractor(new MenuItem2OpenWebPageInteractor(this, manuelItem, new URI("https://github.com/arnobl/latexdraw/wiki/Manual"))); //$NON-NLS-1$
    }catch(InstantiationException | IllegalAccessException | URISyntaxException e){
      BadaboomCollector.INSTANCE.add(e);
    }
  }
View Full Code Here

TOP

Related Classes of org.malai.swing.instrument.library.MenuItem2OpenWebPageInteractor

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.