gf.setBackground(null);
// TF:19/06/2008:Added the instantiation of the layout manager here
gf.setLayout(new WindowFormLayout());
gf.setFocusTraversalPolicyProvider(true);
gf.setFocusTraversalPolicy(new ForteLayoutFocusTraversalPolicy()); // CraigM:01/09/2008 - Moved code into special class.
return gf;
}