I want to make a matrix of buttons and, while a button gets clicked draw a line that will connect to another button of the matrix.
In factm like the title said, I want a behaviour very similar to the security pattern, at least the appereance.
Is there any place with the source code of the security pattern to see how they did it?
Or maybe any recommendation for building it on my own?
Thanks!
Use TableLayout. You can place your buttons in it’s rows and columns.