Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Jul 26, 2023
1 parent 9413bd7 commit 2673d69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# GenericDialog
A simple generic dialog for Matlab, to quickly prompt a set of parameters.
The design is based on ImageJ's "GenericDialog" class, and mimics its functionalities.
The design is based on the "GenericDialog" class from the ImageJ software, and mimics its functionalities.

The implementation is based on the [GUILayout Toolbox](https://fr.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox),
making the dialog easily resizable.

## Example

Expand Down Expand Up @@ -34,4 +37,4 @@ The design is based on ImageJ's "GenericDialog" class, and mimics its functional
title(name);
end

![Sample dialog as created by "GenericDialog"](https://github.com/mattools/GenericDialog/blob/master/images/demo_GenericDialog_view.png)
![Sample dialog as created by "GenericDialog"](https://github.com/mattools/GenericDialog/blob/master/images/demo_GenericDialog_view.png)

0 comments on commit 2673d69

Please sign in to comment.