Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Server maintenance on Tue 31.5. at 12:00.
Open sidebar
Teemu Auvinen
dtek1066-toinen-ryhmis
Commits
ced7293d
Commit
ced7293d
authored
Jan 02, 2018
by
Matti Pulkkinen
Browse files
added a comment
parent
cf3430cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fi/utu/dtek1066/MapDialog.java
View file @
ced7293d
...
...
@@ -158,6 +158,7 @@ public class MapDialog extends JFrame {
this
.
zoomInB
.
addActionListener
(
bl
);
this
.
zoomOutB
.
addActionListener
(
bl
);
// Timer for delaying image updates when resizing the window
this
.
resizeTimer
=
new
Timer
(
250
,
new
ActionListener
()
{
@Override
public
void
actionPerformed
(
ActionEvent
evt
)
{
...
...
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