/** * Sets the name of the program group this ShellLinbk should be placed in. * * @param groupName the name of the program group */ public void setProgramGroup(String groupName) { Debug.log(CLASS + myClass + ".setProgramGroup() '" + groupName + "'"); shortcut.setProgramGroup(groupName); }
/** * Sets the name of the program group this ShellLinbk should be placed in. * * @param groupName the name of the program group */ @Override public void setProgramGroup(String groupName) { shortcut.setProgramGroup(groupName); }