File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# GenericDialog
22A 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 )
You can’t perform that action at this time.
0 commit comments