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
07ce1fd3
Commit
07ce1fd3
authored
16 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
size of connector window in NC diagrams
parent
04e0be9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ui/ncdd/NCConnectorNode.java
+1
-1
1 addition, 1 deletion
src/ui/ncdd/NCConnectorNode.java
src/ui/window/JDialogLinkNCNode.java
+1
-1
1 addition, 1 deletion
src/ui/window/JDialogLinkNCNode.java
with
2 additions
and
2 deletions
src/ui/ncdd/NCConnectorNode.java
+
1
−
1
View file @
07ce1fd3
...
@@ -128,7 +128,7 @@ public class NCConnectorNode extends TGConnector implements WithAttributes {
...
@@ -128,7 +128,7 @@ public class NCConnectorNode extends TGConnector implements WithAttributes {
String
interfaceNameTmp
;
String
interfaceNameTmp
;
JDialogLinkNCNode
jdlncn
=
new
JDialogLinkNCNode
(
frame
,
"Setting link parameters"
,
hasCapacity
,
capacity
,
capacityUnit
,
hasParameter
,
parameter
,
interfaceName
);
JDialogLinkNCNode
jdlncn
=
new
JDialogLinkNCNode
(
frame
,
"Setting link parameters"
,
hasCapacity
,
capacity
,
capacityUnit
,
hasParameter
,
parameter
,
interfaceName
);
jdlncn
.
setSize
(
3
50
,
2
50
);
jdlncn
.
setSize
(
4
50
,
3
50
);
GraphicLib
.
centerOnParent
(
jdlncn
);
GraphicLib
.
centerOnParent
(
jdlncn
);
jdlncn
.
show
();
// Blocked until dialog has been closed
jdlncn
.
show
();
// Blocked until dialog has been closed
...
...
This diff is collapsed.
Click to expand it.
src/ui/window/JDialogLinkNCNode.java
+
1
−
1
View file @
07ce1fd3
...
@@ -116,7 +116,7 @@ public class JDialogLinkNCNode extends javax.swing.JDialog implements ActionList
...
@@ -116,7 +116,7 @@ public class JDialogLinkNCNode extends javax.swing.JDialog implements ActionList
panel1
=
new
JPanel
();
panel1
=
new
JPanel
();
panel1
.
setLayout
(
gridbag1
);
panel1
.
setLayout
(
gridbag1
);
panel1
.
setBorder
(
new
javax
.
swing
.
border
.
TitledBorder
(
"Setting idenfier and capacity "
));
panel1
.
setBorder
(
new
javax
.
swing
.
border
.
TitledBorder
(
"Setting idenfier and capacity "
));
panel1
.
setPreferredSize
(
new
Dimension
(
2
50
,
2
0
0
));
panel1
.
setPreferredSize
(
new
Dimension
(
3
50
,
2
5
0
));
// first line panel1
// first line panel1
c1
.
gridwidth
=
1
;
c1
.
gridwidth
=
1
;
...
...
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