kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.67k stars 271 forks source link

Redesign of Preferences Menu #395

Closed Colbix closed 1 year ago

Colbix commented 1 year ago

Removed tabbed pane menu system and replaced with split pane using buttons for menu navigation and cardlayout to display preferences. Will allow for addition of features while maintaining ease of navigation. Can be modified to make use of different menu navigation types such as jtoolbar, jmenu, and jtree.

This update makes use of jtoolbar for the navigation menu and cardlayout to display preference selections.

kaikramer commented 1 year ago

Thanks for your contribution!