Control[] objects = DownloadManagerShell.CURRENT_RESPONSES.getChildren();
for(int i = 0 ; i < objects.length ; i++){
if(objects[i] != null){
Label temp = (Label)objects[i];
if(temp.getText().equalsIgnoreCase(name)){
temp.dispose();
for(int j = 1; j < 6 ; j++) objects[i+j].dispose();
DownloadManagerShell.CURRENT_RESPONSES.pack();
DownloadManagerShell.CURRENT_RESPONSES.layout();
DownloadManagerShell.CURRENT_RESPONSES.getParent().layout();
if(counts[2] == 0)