tplehman / keytool-iui

Automatically exported from code.google.com/p/keytool-iui
0 stars 0 forks source link

Clicking on a folder on the left side should show an empty screen on the right side #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If a folder is selected on the left navigation tree the last entry screen 
remains visible on the right side. This is confusing. A better solution would 
be to show an empty panel if the selection on the left is not a leaf.

Original issue reported on code.google.com by reg.goog...@future-invent.de on 5 Apr 2011 at 12:27

GoogleCodeExporter commented 8 years ago
An alternative would be to make the nodes not selectable, only the leaves.

Original comment by ebo...@apache.org on 5 Apr 2011 at 10:15

GoogleCodeExporter commented 8 years ago
I think making the nodes not selectable would be very difficult as a tree node 
in Swing is always selectable. Should be easier to show a blank screen.

Another alternative would be to create a normal pull-down menu structure 
instead of the navigation tree on the left side.

What do you think?

Original comment by reg.goog...@future-invent.de on 6 Apr 2011 at 8:34