Skip to content
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

Sudoku #2PR Changed button order #198

Merged
merged 6 commits into from
Dec 29, 2018
Merged

Sudoku #2PR Changed button order #198

merged 6 commits into from
Dec 29, 2018

Conversation

grthor
Copy link
Member

@grthor grthor commented Dec 27, 2018

As the title suggests, I have changed the order of the buttons on the left side of the GUI.
At the top are now the buttons to open a new standard puzzle and to load your own puzzle. Below that are all the other buttons. As long as you are in the enter mode the upper buttons are activated and the lower ones deactivated. As soon as you enter the solve mode, the upper two buttons are deactivated and the lower buttons are activated.
I made that change for the normal, killer and 16 * 16 sudokus.
During this step, I separated the code for the different sudokus into own classes. I noticed several new mistakes. For example 16 * 16 Sudokus will not fill all fields with suggestions.

Old button order:
normal sudoku old button order

New button order:
normal sudoku new button order

Thorben added 6 commits December 27, 2018 15:59
This improves the clarity of the code
Small Bug fixes

Class is now completely working.

Added Disclaimer and some general informations.
1. An unused variable has been removed.
2. The return type of a method is specified.
- Issue: The possible values are shown red instead of black
@grthor grthor merged commit dbe10c6 into jcryptool:develop Dec 29, 2018
@gknocke gknocke mentioned this pull request Dec 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant