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
47f51c0e
Commit
47f51c0e
authored
1 year ago
by
CHEVALIER Noemy
Browse files
Options
Downloads
Patches
Plain Diff
Ajout affichage bouton changer extrémités
parent
aad9171d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shukan/ShukanViewBar.java
+2
-2
2 additions, 2 deletions
shukan/ShukanViewBar.java
with
2 additions
and
2 deletions
shukan/ShukanViewBar.java
+
2
−
2
View file @
47f51c0e
...
@@ -8,9 +8,9 @@ import java.awt.*;
...
@@ -8,9 +8,9 @@ import java.awt.*;
public
class
ShukanViewBar
extends
JPanel
{
public
class
ShukanViewBar
extends
JPanel
{
/** Noms des fichiers d'images pour les boutons de la barre d'outils */
/** Noms des fichiers d'images pour les boutons de la barre d'outils */
private
String
[]
imagesName
=
{
"save"
,
"back"
,
"plus"
,
"delete"
,
"left"
,
"right"
,
"semes"
,
"export"
,
"parameter"
};
private
String
[]
imagesName
=
{
"save"
,
"back"
,
"plus"
,
"delete"
,
"left"
,
"right"
,
"
change"
,
"
semes"
,
"export"
,
"parameter"
};
/** Boutons de la barre d'outils */
/** Boutons de la barre d'outils */
protected
JButton
buttons
[]
=
new
JButton
[
9
];
protected
JButton
buttons
[]
=
new
JButton
[
10
];
/** Extension des images */
/** Extension des images */
private
String
imagesExtension
=
".png"
;
private
String
imagesExtension
=
".png"
;
/** Hauteur en pixels de la barre d'outils */
/** Hauteur en pixels de la barre d'outils */
...
...
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