p.add(showDebugTrace, 0, 3, 2, 1, WEST, HORIZONTAL, 1, 0);
p.add(selectionXorMode, 0, 4, 2, 1, WEST, HORIZONTAL, 1, 0);
p.add(isXMLParserValidating, 0, 5, 2, 1, WEST, HORIZONTAL, 1, 0);
p.add(new JLabel(), 0, 11, 2, 1, WEST, BOTH, 1, 1);
browserOptions.addTab(Resources.getString(TITLE_BEHAVIOR), p);
p.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10));
p = new JGridBagPanel();
p.add(new JLabel(Resources.getString(LABEL_ENFORCE_SECURE_SCRIPTING)), 0, 6, 1, 1, NORTHWEST, NONE, 0, 0);
p.add(scriptSecurityPanel, 1, 6, 1, 1, WEST, NONE, 0, 0);