-
Notifications
You must be signed in to change notification settings - Fork 20
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
issue201/port-je-obsadeny-dialog #292
Conversation
tomas-vajs
commented
Oct 7, 2023
- New dialog fxml for error port in use.
- Controller for new window
- Main window show moved into GUI.java
- New handling for error showErrorPortInUse
- server::stop now in separate event
- Usage of new exception after error while buildServer
- New exception for used port
Upozornujem ze nie som developer. Preto prosim analyzujte kod pozorne :) |
src/main/resources/digital/slovensko/autogram/ui/gui/port-in-use-dialog.fxml
Outdated
Show resolved
Hide resolved
@jsuchal toto som skombinoval s odchytávaním všetkých exceptions. Ak je obsadený port, ukáže sa error a Autgram sa spustí "v obmedzenom režime" (čiže bez api), čo sa píše ja vo window title: ![]() |
GUIUtils.startIconified(windowStage); | ||
|
||
windowStage.setTitle("Autogram"); |
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.
Na toto treba davat mega bacha. Poradie tychto volani som mega debugoval, sa to spravalo inak na win/linux/macos