CheckBox menu item Decrypt in JAVA GUI
        Posted  
        
            by Nick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nick
        
        
        
        Published on 2010-03-30T00:19:14Z
        Indexed on 
            2010/03/30
            0:23 UTC
        
        
        Read the original article
        Hit count: 861
        
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
© Stack Overflow or respective owner