Grille Code

using 6X6 Grille, you can make code message and decode it.

1. select a message in upper list.
2. push encode button, and check your code message. 
- if original message is shorter than 36, random alphabet fill the rest of code message.
3. push decode button, see decoding animation.

Reference - http://en.wikipedia.org/wiki/Grille_(cryptography)

* I used List component in minimalcomps first, but it is not working.. I don't know why. so I changed List to ComboBox...