Similar to the Single-Column Example above, if we instead use the GridLayout(int, boolean) constructor, we can create a layout with multiple columns.
In this case we create two columns, each of which are the same width.
public class MultiColumnGridLayoutExample {
private final Display displ...