I'm looking for a simple way to rearrange some words/captions at run-time.
Analogous to rearranging tabs on a notebook.
Maybe a panel with four labels or buttons or smaller panels in it, and the user can re-order them by clicking and dragging.
More specifically, I want something like this:
+--------+--------+--------+
| | 1 | |
+--------+--------+--------+
| 2 | | 4 |
+--------+--------+--------+
| | 3 | |
+--------+--------+--------+
I want the user to be able to change the positions of 1, 2, 3, and 4, but only in those four cells. The blank cells can't be used.
However, something like this is also ok:
+--------+--------+--------+--------+
| N | E | S | W |
+--------+--------+--------+--------+
where here you can drag the letters left and right.
(I don't know where the green color is coming from; ignore it.)