We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently check for equality in the chooseFile and chooseFiles methods of AbstractSwingUI:
chooseFile
chooseFiles
AbstractSwingUI
scijava-ui-swing/src/main/java/org/scijava/ui/swing/AbstractSwingUI.java
Line 145 in 2439a55
Line 176 in 2439a55
Let's instead use a common utility method to check whether a certain style string matches a given widget style.
See also scijava/scijava-common#333.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently check for equality in the
chooseFile
andchooseFiles
methods ofAbstractSwingUI
:scijava-ui-swing/src/main/java/org/scijava/ui/swing/AbstractSwingUI.java
Line 145 in 2439a55
scijava-ui-swing/src/main/java/org/scijava/ui/swing/AbstractSwingUI.java
Line 176 in 2439a55
Let's instead use a common utility method to check whether a certain style string matches a given widget style.
See also scijava/scijava-common#333.
The text was updated successfully, but these errors were encountered: