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

Update DErrorCollection #399

Closed Colbix closed 1 year ago

Colbix commented 1 year ago

+Add JScrollPane to left column +Add JPanel to left and right column -Remove unneeded border and font

Found I had forgotten to add scroll pane to the jlist, on the left side column, which holds the file names in the error collection. I was surprised with a very long vertical list expanding beyond my screen. Added some minor updates as well to improve the look and make sure the left and right columns were the same size.

kaikramer commented 1 year ago

Looks good, thanks for the fix!