-
Notifications
You must be signed in to change notification settings - Fork 17
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
Verbesserung ProjektAuswahlDialog #108
Verbesserung ProjektAuswahlDialog #108
Conversation
Update Button Text "weiter" zu "übernehmen". Weiter suggeriert das noch was folgt. Übernehmen wie bei anderen Dialogen. Korrektur falsche ä Icons für die Buttons Korrektes Handling von Abbruch über Button, Icon und ESC ohne Meldung
Habe den Kommentar bezüglich der catch Implementierung aus Request openjverein#104 implementiert. Analog zu Buchungsart Zuordnung kann man einstellen ob überschrieben werden soll. Analog zu Mitgliedskonto Zuordnung kann das Projekt auch gelöscht werden
@@ -51,7 +53,7 @@ public ProjektAuswahlDialog(int position, Buchung[] buchungen) | |||
super(position); | |||
this.buchungen = buchungen; | |||
|
|||
setTitle("Projekt ausw�hlen"); | |||
setTitle("Projekt ausw�hlen"); | |||
setSize(450, 150); |
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.
Vorschlag zur Verbesserung: Wenn hier der Wert von 150 auf 175 geändert wird bräuchte man nicht jedesmal den Dialog in der Höhe "zurechtzupfen".
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.
Ist im neuen Commit schon gemacht
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.
aber 175 ist besser statt 200
Ändere Button Text "weiter" zu "übernehmen". Weiter suggeriert das noch was folgt. Übernehmen ist wie bei anderen Dialogen.
Korrektur des falschen ä in "auswählen"
Icons für die Buttons hinzugefügt, analog zu den anderen Dialogen.
Korrektes Handling von Abbruch über Button, Icon und ESC ohne Ausgabe einer Meldung.
ESC und Abbruch Button meldeten "Fehler bei der Zuordnung des Projektes".
Abbruch Icon rechts oben meldete "Kein Projekt ausgewählt".