Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
8861303e
Commit
8861303e
authored
Dec 09, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added WindowTools.addScrollBars(gd) to debugDerivativers to handle long dialogs
parent
1428f17d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Distortions.java
src/main/java/Distortions.java
+1
-0
No files found.
src/main/java/Distortions.java
View file @
8861303e
...
@@ -9383,6 +9383,7 @@ M * V = B
...
@@ -9383,6 +9383,7 @@ M * V = B
}
}
if
(
debugDerivatives
)
gd
.
addNumericField
(
"Select delta to increment selected parameter"
,
.
001
,
5
);
if
(
debugDerivatives
)
gd
.
addNumericField
(
"Select delta to increment selected parameter"
,
.
001
,
5
);
if
(
debugDerivatives
)
gd
.
addCheckbox
(
"Show inter-parameter derivatives matrix"
,
true
);
if
(
debugDerivatives
)
gd
.
addCheckbox
(
"Show inter-parameter derivatives matrix"
,
true
);
WindowTools
.
addScrollBars
(
gd
);
gd
.
showDialog
();
gd
.
showDialog
();
if
(
gd
.
wasCanceled
())
return
;
if
(
gd
.
wasCanceled
())
return
;
int
selectedParameter
=
(
int
)
gd
.
getNextNumber
();
int
selectedParameter
=
(
int
)
gd
.
getNextNumber
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment