icon + logo

This commit is contained in:
serso
2011-10-16 17:58:00 +04:00
parent caa5b3985f
commit bda90ba6fa
17 changed files with 16 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class DragButton extends ColorButton {
public void run() {
button.setEnabled(true);
}
}, 300);
}, 200);
}
}
}