DataLocationPanel
2425262728293031
new LdapLocationPanelTest().run(); } public void run() { LdapLocation loc = new LdapLocation(); LdapLocationPanel panel = new LdapLocationPanel(loc, SourceTarget.Target); QuickFrame.show(panel.getUi(), "LdapLocationPanelTest"); }