Community
Participate
Working Groups
protected void buttonSelected(Button button, int index) {
switch (index) {
case 0 :
// Upon hitting 'Reload', erase the additional directories and load just the main path
handleReload();
handleReload(new ArrayList());
fPage.resetTargetProfile();
break;
case 1 :