icon + logo

This commit is contained in:
serso
2011-10-16 17:58:00 +04:00
parent 091f25d475
commit 453bd9a598
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);
}
}
}