forked from IF-LK-2020/stundenplan
Compare commits
3 Commits
dfb8fc05e3
...
59932fd673
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59932fd673 | ||
|
|
5db304f280 | ||
|
|
2f22241ebe |
@@ -162,8 +162,8 @@ public class StundenplanGUI extends JFrame implements ActionListener {
|
|||||||
* Entfernt alle derzeit angezeigten Stunden aus dem GUI.
|
* Entfernt alle derzeit angezeigten Stunden aus dem GUI.
|
||||||
*/
|
*/
|
||||||
public void removeAllLessons() {
|
public void removeAllLessons() {
|
||||||
for (int i = 0; i < 10; i++) {
|
for (int i = 0; i < 5; i++) {
|
||||||
for (int j = 0; j < 5; j++) {
|
for (int j = 0; j < 10; j++) {
|
||||||
removeLesson(i, j);
|
removeLesson(i, j);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
202
raeume.csv
202
raeume.csv
@@ -1,101 +1,101 @@
|
|||||||
nummer,etage
|
number,type,has_piano
|
||||||
101,1
|
101,,
|
||||||
102,1
|
102,,
|
||||||
103,1
|
103,,
|
||||||
104,1
|
104,,
|
||||||
105,1
|
105,,
|
||||||
106,1
|
106,,
|
||||||
107,1
|
107,,
|
||||||
108,1
|
108,,
|
||||||
109,1
|
109,,
|
||||||
110,1
|
110,,
|
||||||
111,1
|
111,,
|
||||||
112,1
|
112,,
|
||||||
113,1
|
113,,
|
||||||
114,1
|
114,,
|
||||||
115,1
|
115,,
|
||||||
116,1
|
116,,
|
||||||
117,1
|
117,,
|
||||||
118,1
|
118,,
|
||||||
119,1
|
119,,
|
||||||
120,1
|
120,,
|
||||||
121,1
|
121,,
|
||||||
122,1
|
122,,
|
||||||
123,1
|
123,,
|
||||||
124,1
|
124,,
|
||||||
201,2
|
201,,
|
||||||
202,2
|
202,,
|
||||||
203,2
|
203,,
|
||||||
204,2
|
204,,
|
||||||
205,2
|
205,,
|
||||||
206,2
|
206,,
|
||||||
207,2
|
207,,
|
||||||
208,2
|
208,,
|
||||||
209,2
|
209,,
|
||||||
210,2
|
210,,
|
||||||
211,2
|
211,,
|
||||||
212,2
|
212,,
|
||||||
213,2
|
213,,
|
||||||
214,2
|
214,,
|
||||||
215,2
|
215,,
|
||||||
216,2
|
216,,
|
||||||
217,2
|
217,,
|
||||||
218,2
|
218,,
|
||||||
219,2
|
219,,
|
||||||
220,2
|
220,,
|
||||||
221,2
|
221,,
|
||||||
222,2
|
222,,
|
||||||
223,2
|
223,,
|
||||||
224,2
|
224,,
|
||||||
301,3
|
301,,
|
||||||
302,3
|
302,,
|
||||||
303,3
|
303,,
|
||||||
304,3
|
304,,
|
||||||
305,3
|
305,,
|
||||||
306,3
|
306,,
|
||||||
307,3
|
307,,
|
||||||
308,3
|
308,,
|
||||||
309,3
|
309,,
|
||||||
310,3
|
310,,
|
||||||
311,3
|
311,,
|
||||||
312,3
|
312,,
|
||||||
313,3
|
313,,
|
||||||
314,3
|
314,,
|
||||||
315,3
|
315,,
|
||||||
316,3
|
316,,
|
||||||
317,3
|
317,,
|
||||||
318,3
|
318,,
|
||||||
319,3
|
319,,
|
||||||
320,3
|
320,,
|
||||||
321,3
|
321,,
|
||||||
322,3
|
322,,
|
||||||
323,3
|
323,,
|
||||||
324,3
|
324,,
|
||||||
401,4
|
401,,
|
||||||
402,4
|
402,,
|
||||||
403,4
|
403,,
|
||||||
404,4
|
404,,
|
||||||
405,4
|
405,,
|
||||||
406,4
|
406,,
|
||||||
407,4
|
407,,
|
||||||
408,4
|
408,,
|
||||||
409,4
|
409,,
|
||||||
410,4
|
410,,
|
||||||
411,4
|
411,,
|
||||||
412,4
|
412,,
|
||||||
413,4
|
413,,
|
||||||
414,4
|
414,,
|
||||||
415,4
|
415,,
|
||||||
416,4
|
416,,
|
||||||
417,4
|
417,,
|
||||||
418,4
|
418,,
|
||||||
419,4
|
419,,
|
||||||
420,4
|
420,,
|
||||||
421,4
|
421,,
|
||||||
422,4
|
422,,
|
||||||
423,4
|
423,,
|
||||||
424,4
|
424,,
|
||||||
501,5
|
501,,
|
||||||
033a,0
|
033a,,
|
||||||
033b,0
|
033b,,
|
||||||
025,0
|
25,,
|
||||||
|
|||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user