I may just be totally misusing GridBagLayout, but, given the tutorials I have read, I don't understand how I might be.

The code is:

import java.awt.*;
import java.awt.event.*;
import...