Window management
Menus?
i18n
Java i18n Tutorial
The java i18n system seem pretty straightforward. We should probably start putting our messages into resource bundles and get Jordi to do a spanish translation along with the english and swedish chef versions as we move forward. A jython wrapper around ResourceBundle that makes it act like a dict would be nice as well ie resourceBundle['message'] instead of resourceBundle.getString('message')
keyboard shortcuts?
undo?
Copy and Paste