Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
d4a3e7bd
Commit
d4a3e7bd
authored
Mar 23, 2020
by
Julian Zobel
Browse files
Removed auto maximize of visualization view
parent
5c5b4b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/VisualizationTopologyView.java
View file @
d4a3e7bd
...
...
@@ -155,7 +155,7 @@ public class VisualizationTopologyView extends JFrame
new
Dimension
(
VisualizationInjector
.
getWorldX
(),
VisualizationInjector
.
getWorldY
()));
this
.
setPreferredSize
(
new
Dimension
(
VisualizationInjector
.
getWorldX
()
+
50
,
VisualizationInjector
.
getWorldY
()
+
100
));
this
.
setExtendedState
(
Frame
.
MAXIMIZED_BOTH
);
//
this.setExtendedState(Frame.MAXIMIZED_BOTH);
Thread
t
=
new
Thread
(
this
);
t
.
start
();
...
...
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