Skip to content

SwingConsolePane: do not catch window focus in show if window is visible #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2015
Merged

Conversation

axtimwalde
Copy link
Contributor

If the console window is already visible, it must not take focus
on show() calls because this leads to an unusable desktop if an
application generates continuous output at System.err which triggers
show() by AbstractConsolePane.outputOccurred(e)).

If the console window is already visible, it must not take focus
on show() calls because this leads to an unusable desktop if an
application generates continuous output at System.err which triggers
show() by AbstractConsolePane.outputOccurred(e)).
@axtimwalde
Copy link
Contributor Author

This pull request fixes fiji/fiji#118

ctrueden added a commit that referenced this pull request Apr 11, 2015
SwingConsolePane: do not catch window focus in show if window is visible
@ctrueden ctrueden merged commit 9d556e0 into scijava:master Apr 11, 2015
@ctrueden
Copy link
Member

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants