my_center_panel = new JPanel(new GridLayout(3,1));
accept = new JRadioButton("I wish to release my design to the Sponsors.");
deny = new JRadioButton("I do not wish to release my design to the Sponsors.");
description = new JTextField();
description.setPreferredSize(MY_DESCRIPTION_SIZE);
draft = new WeavingDraft();
}