Idontker / AlgoKueche

MIT License
2 stars 0 forks source link

Comments on the GUI #25

Closed Idontker closed 3 years ago

Idontker commented 3 years ago

The comments shown on the GUI are not too helpfull. Currently it is:

comment.setText(slideName)

In c286446ae22a5e4acd638cf47ecfcf4da7c59003 I commited some exampels to the refactor-GUI branch. These would need additional Information like e.g. zutat in

new Slide("nimmAusSchrank", Color.cyan, "fridge.png", "Sam hat aus dem Schrank genommen:") or Sam hat aus dem Schrank genommen:

What are your opinions on this topic. How should we solve it?