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
7558b35e
Commit
7558b35e
authored
8 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Update on demo netcom
parent
bdac676f
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modeling/Netcom/DemoSept2016.xml
+11197
-0
11197 additions, 0 deletions
modeling/Netcom/DemoSept2016.xml
src/ui/tmlad/TMLADForLoop.java
+1
-1
1 addition, 1 deletion
src/ui/tmlad/TMLADForLoop.java
src/ui/window/JDialogMultiString.java
+1
-1
1 addition, 1 deletion
src/ui/window/JDialogMultiString.java
with
11199 additions
and
2 deletions
modeling/Netcom/DemoSept2016.xml
0 → 100644
+
11197
−
0
View file @
7558b35e
This diff is collapsed.
Click to expand it.
src/ui/tmlad/TMLADForLoop.java
+
1
−
1
View file @
7558b35e
...
@@ -134,7 +134,7 @@ public class TMLADForLoop extends TGCWithoutInternalComponent implements Embedde
...
@@ -134,7 +134,7 @@ public class TMLADForLoop extends TGCWithoutInternalComponent implements Embedde
JDialogMultiString
jdms
=
new
JDialogMultiString
(
frame
,
"Setting loop's properties"
,
3
,
labels
,
values
);
JDialogMultiString
jdms
=
new
JDialogMultiString
(
frame
,
"Setting loop's properties"
,
3
,
labels
,
values
);
jdms
.
setSize
(
35
0
,
300
);
jdms
.
setSize
(
60
0
,
300
);
GraphicLib
.
centerOnParent
(
jdms
);
GraphicLib
.
centerOnParent
(
jdms
);
jdms
.
show
();
// blocked until dialog has been closed
jdms
.
show
();
// blocked until dialog has been closed
...
...
This diff is collapsed.
Click to expand it.
src/ui/window/JDialogMultiString.java
+
1
−
1
View file @
7558b35e
...
@@ -135,7 +135,7 @@ public class JDialogMultiString extends javax.swing.JDialog implements ActionLis
...
@@ -135,7 +135,7 @@ public class JDialogMultiString extends javax.swing.JDialog implements ActionLis
panel1
.
setBorder
(
new
javax
.
swing
.
border
.
TitledBorder
(
"Properties"
));
panel1
.
setBorder
(
new
javax
.
swing
.
border
.
TitledBorder
(
"Properties"
));
panel1
.
setPreferredSize
(
new
Dimension
(
600
,
300
));
//
panel1.setPreferredSize(new Dimension(600, 300));
// first line panel1
// first line panel1
c1
.
weighty
=
1.0
;
c1
.
weighty
=
1.0
;
...
...
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