* Deletes all pending commands that were collected by the <code>grid*</code> methods. A call to this
* method does not change the current layout of this area, but a call to {@link #gridDeploy()} will.
* @see #gridDeploy()
*/
public void gridClear(){
grid = new PerspectiveSplitDockGrid();
}