Skip to content

Commit 2673d69

Browse files
authored
Update README.md
1 parent 9413bd7 commit 2673d69

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# GenericDialog
22
A simple generic dialog for Matlab, to quickly prompt a set of parameters.
3-
The design is based on ImageJ's "GenericDialog" class, and mimics its functionalities.
3+
The design is based on the "GenericDialog" class from the ImageJ software, and mimics its functionalities.
4+
5+
The implementation is based on the [GUILayout Toolbox](https://fr.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox),
6+
making the dialog easily resizable.
47

58
## Example
69

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

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

0 commit comments

Comments
 (0)