Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAE2.01 - Developpement application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIQUEREZ Corentin
SAE2.01 - Developpement application
Commits
6fe54d02
Commit
6fe54d02
authored
1 year ago
by
PIQUEREZ Corentin
Browse files
Options
Downloads
Patches
Plain Diff
boutons save et export fonctionnels
parent
2884c90d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/2223_S2/version.txt
+1
-1
1 addition, 1 deletion
data/2223_S2/version.txt
shukan/ShukanController.java
+12
-8
12 additions, 8 deletions
shukan/ShukanController.java
with
13 additions
and
9 deletions
data/2223_S2/version.txt
+
1
−
1
View file @
6fe54d02
2
10
230519
This diff is collapsed.
Click to expand it.
shukan/ShukanController.java
+
12
−
8
View file @
6fe54d02
...
...
@@ -203,21 +203,25 @@ public class ShukanController
}
public
void
actionPerformed
(
ActionEvent
e
){
if
(
e
.
getSource
()==
bar
.
buttons
[
0
])
System
.
out
.
println
(
"save"
);
canvas
.
saveData
(
);
else
if
(
e
.
getSource
()==
bar
.
buttons
[
1
])
System
.
out
.
println
(
"back"
);
System
.
out
.
println
(
"back"
);
else
if
(
e
.
getSource
()==
bar
.
buttons
[
2
])
System
.
out
.
println
(
"plus"
);
System
.
out
.
println
(
"plus"
);
else
if
(
e
.
getSource
()==
bar
.
buttons
[
3
])
System
.
out
.
println
(
"delete"
);
System
.
out
.
println
(
"delete"
);
else
if
(
e
.
getSource
()==
bar
.
buttons
[
4
])
System
.
out
.
println
(
"left"
);
System
.
out
.
println
(
"left"
);
//if (data.followLeft ()) canvas.repaint ();
else
if
(
e
.
getSource
()==
bar
.
buttons
[
5
])
System
.
out
.
println
(
"right"
);
System
.
out
.
println
(
"right"
);
//if (data.followRight ()) canvas.repaint ();
else
if
(
e
.
getSource
()==
bar
.
buttons
[
6
])
System
.
out
.
println
(
"export"
);
new
ShukanTex
(
data
);
else
if
(
e
.
getSource
()==
bar
.
buttons
[
7
])
System
.
out
.
println
(
"parameter"
);
System
.
out
.
println
(
"parameter"
);
canvas
.
requestFocusInWindow
();
}
}
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