Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
c96cb0e8
Commit
c96cb0e8
authored
Aug 16, 2017
by
Jens Korinth
Browse files
Bugfix: replace EXIT_ON_CLOSE by proper constant
parent
2ea0ef5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/itapasco/executables/Tapasco.scala
View file @
c96cb0e8
...
@@ -24,7 +24,7 @@ class Tapasco(mainController: ViewController) extends SimpleSwingApplication {
...
@@ -24,7 +24,7 @@ class Tapasco(mainController: ViewController) extends SimpleSwingApplication {
menuBar
=
mainMenu
menuBar
=
mainMenu
preferredSize
=
PREFERRED_SZ
preferredSize
=
PREFERRED_SZ
pack
()
pack
()
peer
.
setDefaultCloseOperation
(
javax
.
swing
.
JFrame
.
EXIT_ON_CLOSE
)
peer
.
setDefaultCloseOperation
(
javax
.
swing
.
WindowConstants
.
EXIT_ON_CLOSE
)
}
}
override
def
main
(
args
:
Array
[
String
])
:
Unit
=
{
override
def
main
(
args
:
Array
[
String
])
:
Unit
=
{
...
...
Write
Preview
Supports
Markdown
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