-
Notifications
You must be signed in to change notification settings - Fork 3
Interface for UPPAALDriver and Singleton for management #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
Conversation
| // Dialog title | ||
| final FileChooser filePicker = new FileChooser(); | ||
| filePicker.setTitle("Choose UPPAAL server file"); | ||
| filePicker.getExtensionFilters().add(new FileChooser.ExtensionFilter("UPPAAL server", "*.exe")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on macOs/linux the server will not include *.exe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the filter, I'm unsure whether the file type should be handled in any way or just caught by exceptions when trying to run it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When uppaal server file it located, check the server and clear the warning about uppaal not found.
|
Also i get an "java.util.MissingResourceException: Can't find bundle for base name locale.LexicalAnalyser, locale en_US" in the background don't know if this is related. |
|
I have removed the warning when the UPPAALDriver is set, but the interface does not correspond with this. I'm unsure how to force the interface to be updated |
No description provided.