gbc.weighty = 1.0;
gbc.fill = GridBagConstraints.BOTH;
gbc.insets.top = 10;
gbc.anchor = GridBagConstraints.NORTHWEST;
// Done to provide a good size to the table.
tableModel = new TaskTableModel()
{
private static final long serialVersionUID = 55555512319230987L;
/**
* Updates the table model contents and sorts its contents depending on