setBorder(makeBorder());
add(makeTitlePanel(), BorderLayout.NORTH);
// URL CONFIG
urlConfigGui = new MultipartUrlConfigGui(true, !isAJP);
add(urlConfigGui, BorderLayout.CENTER);
// Bottom (embedded resources, source address and optional tasks)
JPanel bottomPane = new VerticalPanel();
bottomPane.add(createEmbeddedRsrcPanel());