Skip to content
Snippets Groups Projects
Commit 612fb5b5 authored by Dennis Eisold's avatar Dennis Eisold
Browse files
parents 769c4880 13465b85
No related branches found
No related tags found
No related merge requests found
......@@ -425,6 +425,9 @@ public class GuiController {
tfKlartext.setText(textEingabe);
tfCodiert.setText(textCodiert);
codierer.letztesZeichenLoeschen();
mBtnStartPos1.setText(String.valueOf(this.codierer.getWalzen()[0]));
mBtnStartPos2.setText(String.valueOf(this.codierer.getWalzen()[1]));
mBtnStartPos3.setText(String.valueOf(this.codierer.getWalzen()[2]));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment