|
|
@ -131,7 +131,7 @@ public abstract class DatabaseConnectionPane<E extends com.fr.data.impl.Connecti |
|
|
|
public void actionPerformed(ActionEvent evt) { |
|
|
|
public void actionPerformed(ActionEvent evt) { |
|
|
|
|
|
|
|
|
|
|
|
// Try the java connection.
|
|
|
|
// Try the java connection.
|
|
|
|
final SwingWorker<Boolean, Void> connectionThread = new SwingWorker<>() { |
|
|
|
final SwingWorker<Boolean, Void> connectionThread = new SwingWorker<Boolean, Void>() { |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
protected Boolean doInBackground() throws Exception { |
|
|
|
protected Boolean doInBackground() throws Exception { |
|
|
|
Connection database = DatabaseConnectionPane.this.updateBean(); |
|
|
|
Connection database = DatabaseConnectionPane.this.updateBean(); |
|
|
|