Added:
LDAP lookup for user info (for help generation) LDAP authentication class (if useful one day)
This commit is contained in:
@@ -2043,7 +2043,7 @@ public class TestingList extends Panel {
|
||||
public void loadSettings() {
|
||||
final JFileChooser fc = new JFileChooser();
|
||||
fc.setCurrentDirectory(TESTS_CONFIG_DEFAULT_DIR.toFile());
|
||||
int returnVal = fc.showOpenDialog(this);
|
||||
int returnVal = fc.showOpenDialog(this);
|
||||
if (returnVal == JFileChooser.APPROVE_OPTION) {
|
||||
File file = fc.getSelectedFile();
|
||||
loadSettings(file);
|
||||
|
||||
Reference in New Issue
Block a user