I'm looking to make a application that shows something from a MySQL data base. They should go in Order according to which ever one is next. The user would set a time that the events should happen, along with a Name for it. Then, that information would go intoa a MySQL database and it will be shown along with the other events in the application. I plan on making this is either Java or Delphi. Any idea of which would be better for this kind of project? Anyone have a good tutorial for this?
Edit: I should have also stated this. The UI isn't anything fancy, but a box that states the next few events coming up, along with a Submit Event button that users can submit their own event into the database.