I’m in the process of creating a table. It consists of rectangles in which the text will appear.
Drawing the rectangles worked fine. But when I set the text for a rectangle, it appears above the rectangle. I’d like the …...Add(new Txt("Row 1, Column 1")); // Line...