jp.add(panelPack(buildBrowseTargetPanel()), BorderLayout.CENTER);
add(jp, BorderLayout.NORTH);
add(panelPack(buildCheckboxPanel()), BorderLayout.CENTER);
String searchNotice = "<html><body><div style=\"margin-left: 10px; font-size: 0.96em;\"><i>To have JBidwatcher regularly retrieve auctions listed on your My eBay " +
"page,<br>go to the <a href=\"/SEARCH\">Search Manager</a> and enable the search also named 'My eBay'.</i></div></body></html>";
JBEditorPane jep = OptionUI.getHTMLLabel(searchNotice);
add(jep, BorderLayout.SOUTH);
} else {
mDisplayName += " (quick)";
add(jp, BorderLayout.NORTH);
JPanel welcomeMessage = new JPanel();