Skip to content
Snippets Groups Projects
Commit 87c77f35 authored by PIQUEREZ Corentin's avatar PIQUEREZ Corentin
Browse files

remise des fonctionnalités boutons flèches

parent 402836b4
No related branches found
No related tags found
No related merge requests found
TD
TP2
TP2
TP2
TP2
CM
TP2
TP2
TP2
SP
Params
Hollyweek 9
Hollyweek 10
Hollyweek 11
Hollyweek 12
Hollyweek 13
Hollyweek 14
Hollyweek 15
Hollyweek 21
Hollyweek 22
Subtitle AB
AffectCM ABic
AffectTD 2 ABic ABic
AffectTP 2 ABic ABic
AffectSpec 5 1 EMic
AffectSpec 6 2 EMic HSli
AffectSpec 7 2 EMic HSli
AffectSpec 8 2 EMic HSli
AffectSpec 9 2 EMic HSli
OnRight 5
OnRight 6
OnRight 7
OnRight 8
OnRight 9
Sched 4 5 6 6 7 23 23 24 24 25
DEV6
WEB3
DEV7
ASR8
BD4
M10
M11
GP4
A4
C4
PPP4
IG
S2
S4
ScolarYear 2022
YearOfFirstWeek 2023
FirstWeek 4
SemesterLength 22
DefaultWeekLength 40
WeekLength S8 0
WeekLength S15 28
WeekLength S16 0
WeekLength S17 0
WeekLength S18 32
WeekLength S19 32
WeekLength S20 24
WeekLength S22 32
19
230524
21
230525
19
230524
20
230525
......@@ -207,11 +207,10 @@ public class ShukanController
System.out.println("plus");
else if (e.getSource()==bar.buttons[3])
System.out.println("delete");
else if (e.getSource()==bar.buttons[4])
System.out.println("left");
//if (data.followLeft ()) canvas.repaint ();
else if (e.getSource()==bar.buttons[5])
System.out.println("right");
else if (e.getSource()==bar.buttons[4]) {if (data.followLeft ()) canvas.repaint ();}
else if (e.getSource()==bar.buttons[5]) {if (data.followRight ()) canvas.repaint ();}
else if (e.getSource()== bar.buttons[6])
{
data.toggleCursus (false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment