grid gui
Dear All,
As a part of a cellular automaton application.
I need to create a simple GUI, where there are opaque circles that represent cells, and whose colour I can change by clicking on them. Also, these cells represent an array, so the colour needs to be saved in the array as a number. Also, each circular cell should have 6 immediate neighbours.
After creating the GUI i need to save the file, and be able to load it later. The cells should not disappear, the array should be stored such that when i re-load, the cells should automatically have the colours they had when i pressed save.
Need help.
Samanyu.