CheckBox menu item Decrypt in JAVA GUI
- by Nick
I am working on a project and part of ask for:
add a CheckBox menu item Decrypt which can be checked for decrypt or unchecked for Encrypt. This item should be tied to the toggle button in the GUI. Both should reflect the current status of encrypting/decrypting in the application
which is I not sure how to begin with