{
super("Editor Preferences", true);
// set up a layout manager for the panel
JPanel top = (JPanel)getContentPane();
GroupLayout gl = new VGroupLayout(GroupLayout.STRETCH);
gl.setOffAxisPolicy(GroupLayout.STRETCH);
top.setLayout(gl);
top.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
// create the display for the test tile directory pref
JPanel sub = new JPanel(new HGroupLayout(GroupLayout.STRETCH));