protegeproject/cellfie-plugin

Order of buttons in Generate axioms dialog

Opened this issue · 1 comments

The order of buttons in the "Generate axioms" dialog is very confusing, and is different on different platforms.

The order should be:

  • Add to current ontology
  • Add to new ontology
  • Cancel

I've seen several cases, in which "Cancel" was the first button.

The order of buttons needs to be the same on all platforms.

The order of buttons needs to be the same on all platforms.

The order of button on dialogs is, in general, platform dependent. On MacOs the Cancel button comes first, where as on other platforms it comes last.

I'm under the impression that Cellfie uses JOptionPane, which takes care of the correct ordering for a given platform.