Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
vadere
vadere
Commits
05231406
Commit
05231406
authored
Nov 17, 2016
by
Jakob Schöttl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code with warnings
parent
84206e99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
VadereGui/src/org/vadere/gui/projectview/view/ProjectView.java
...eGui/src/org/vadere/gui/projectview/view/ProjectView.java
+3
-0
No files found.
VadereGui/src/org/vadere/gui/projectview/view/ProjectView.java
View file @
05231406
...
...
@@ -391,6 +391,7 @@ public class ProjectView extends JFrame implements ProjectFinishedListener, Sing
mnHelp
.
add
(
mntmLanguageChoiceMenu
);
JRadioButtonMenuItem
mntmEnglishLocale
=
new
JRadioButtonMenuItem
(
new
AbstractAction
(
Messages
.
getString
(
"ProjectView.mntmEnglishLocale.text"
))
{
private
static
final
long
serialVersionUID
=
1L
;
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
Messages
.
changeLanguage
(
Locale
.
ENGLISH
);
...
...
@@ -399,6 +400,7 @@ public class ProjectView extends JFrame implements ProjectFinishedListener, Sing
mntmLanguageChoiceMenu
.
add
(
mntmEnglishLocale
);
JRadioButtonMenuItem
mntmGermanLocale
=
new
JRadioButtonMenuItem
(
new
AbstractAction
(
Messages
.
getString
(
"ProjectView.mntmGermanLocale.text"
))
{
private
static
final
long
serialVersionUID
=
1L
;
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
Messages
.
changeLanguage
(
Locale
.
GERMAN
);
...
...
@@ -414,6 +416,7 @@ public class ProjectView extends JFrame implements ProjectFinishedListener, Sing
mntmEnglishLocale
.
setSelected
(
true
);
JMenuItem
mntmReapplyMigration
=
new
JMenuItem
(
new
AbstractAction
(
Messages
.
getString
(
"ProjectView.mntmReapplyMigration.text"
))
{
private
static
final
long
serialVersionUID
=
1L
;
@Override
public
void
actionPerformed
(
ActionEvent
e
)
{
(
new
ActionLoadProject
(
Messages
.
getString
(
"ProjectView.mntmLoadTestProject.text"
),
model
)).
loadProject
(
true
);
...
...
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