Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
b2347b8f
Commit
b2347b8f
authored
5 years ago
by
tempiaa
Browse files
Options
Downloads
Patches
Plain Diff
Fix in time limit checkbox state
parent
41604271
No related branches found
No related tags found
1 merge request
!325
Avatar model-checker improvements
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ui/window/JDialogAvatarModelChecker.java
+3
-2
3 additions, 2 deletions
src/main/java/ui/window/JDialogAvatarModelChecker.java
with
3 additions
and
2 deletions
src/main/java/ui/window/JDialogAvatarModelChecker.java
+
3
−
2
View file @
b2347b8f
...
@@ -177,7 +177,8 @@ public class JDialogAvatarModelChecker extends javax.swing.JFrame implements Act
...
@@ -177,7 +177,8 @@ public class JDialogAvatarModelChecker extends javax.swing.JFrame implements Act
graphDirDot
=
_graphDir
+
File
.
separator
+
"rgavatar$.dot"
;
graphDirDot
=
_graphDir
+
File
.
separator
+
"rgavatar$.dot"
;
}
}
showLiveness
=
_showLiveness
;
//showLiveness = _showLiveness;
showLiveness
=
true
;
initComponents
();
initComponents
();
myInitComponents
();
myInitComponents
();
...
@@ -295,7 +296,7 @@ public class JDialogAvatarModelChecker extends javax.swing.JFrame implements Act
...
@@ -295,7 +296,7 @@ public class JDialogAvatarModelChecker extends javax.swing.JFrame implements Act
jp01
.
add
(
stateLimit
,
c01
);
jp01
.
add
(
stateLimit
,
c01
);
stateLimitField
=
new
JTextField
(
stateLimitValue
);
stateLimitField
=
new
JTextField
(
stateLimitValue
);
jp01
.
add
(
stateLimitField
,
c01
);
jp01
.
add
(
stateLimitField
,
c01
);
timeLimit
=
new
JCheckBox
(
"Limit time for GF generation (ms)"
,
limit
States
Selected
);
timeLimit
=
new
JCheckBox
(
"Limit time for GF generation (ms)"
,
limit
Time
Selected
);
timeLimit
.
addActionListener
(
this
);
timeLimit
.
addActionListener
(
this
);
jp01
.
add
(
timeLimit
,
c01
);
jp01
.
add
(
timeLimit
,
c01
);
timeLimitField
=
new
JTextField
(
timeLimitValue
);
timeLimitField
=
new
JTextField
(
timeLimitValue
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment