java - Create shortcut with minimized window -


good morning, have java code using jshortcut, problem can not create shortcut minimized window, try looking properties windowstyle, find nothing.

code.

public void createdesktopshortcut() {      try {         link.setfolder(jshelllink.getdirectory("desktop"));         link.setname("ie");         link.setpath(filepath);         //windowstyle = 7         link.save();     } catch (exception ex) {         ex.printstacktrace();     }  } 

how can add option?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -