mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 03:02:22 -05:00
Caldav: add requestFocus() to bring notification dialog to foreground
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1536 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
1ee27086db
commit
52fbe3119f
@ -123,6 +123,7 @@ public class NotificationDialog extends JDialog {
|
|||||||
getSize().height / 2);
|
getSize().height / 2);
|
||||||
bodyField.requestFocus();
|
bodyField.requestFocus();
|
||||||
setVisible(true);
|
setVisible(true);
|
||||||
|
requestFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected JPanel getRecipientsPanel() {
|
protected JPanel getRecipientsPanel() {
|
||||||
|
Loading…
Reference in New Issue
Block a user