File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tmc-plugin/src/fi/helsinki/cs/tmc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void windowClosed(WindowEvent e) {
35
35
* Creates new form LoginForm
36
36
*/
37
37
public LoginDialog (ActionListener onLogin ) {
38
- super (WindowManager .getDefault ().getMainWindow (), true );
38
+ super (WindowManager .getDefault ().getMainWindow (), false );
39
39
initComponents ();
40
40
41
41
this .setDefaultCloseOperation (DISPOSE_ON_CLOSE );
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public void actionPerformed(ActionEvent e) {
52
52
log .log (Level .WARNING , "Authentication failed!" , ex );
53
53
if (ex instanceof AuthenticationFailedException ) {
54
54
authenticationException = (AuthenticationFailedException ) ex ;
55
- // ConvenientDialogDisplayer.getDefault().displayError("Username or password is incorrect.", ex);
55
+ ConvenientDialogDisplayer .getDefault ().displayError ("Username or password is incorrect." , ex );
56
56
}
57
57
}
58
58
setReady (true );
You can’t perform that action at this time.
0 commit comments