Skip to content
Snippets Groups Projects
Commit 1a3a2e70 authored by tjc's avatar tjc
Browse files

public setLocation()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4338 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 435a1b40
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ public class DatabaseEntrySource implements EntrySource ...@@ -129,7 +129,7 @@ public class DatabaseEntrySource implements EntrySource
* jdbc:postgresql://host:port/database?user=username * jdbc:postgresql://host:port/database?user=username
* *
*/ */
protected boolean setLocation(final boolean prompt_user) public boolean setLocation(final boolean prompt_user)
{ {
Container bacross = new Container(); Container bacross = new Container();
bacross.setLayout(new GridLayout(6, 2, 5, 5)); bacross.setLayout(new GridLayout(6, 2, 5, 5));
...@@ -450,4 +450,13 @@ public class DatabaseEntrySource implements EntrySource ...@@ -450,4 +450,13 @@ public class DatabaseEntrySource implements EntrySource
return db_entry; return db_entry;
} }
public String getLocation()
{
return location;
}
public JPasswordField getPfield()
{
return pfield;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment