Select Git revision
version.php
-
Tobias Baden authored
Save wich Semesters are opened, reopen / close them if site is changed
Tobias Baden authoredSave wich Semesters are opened, reopen / close them if site is changed
Sanitizer.java 476 B
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* Write a description of class Sanitizer here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Sanitizer extends Item
{
/**
* Act - do whatever the Sanitizer wants to do. This method is called whenever
* the 'Act' or 'Run' button gets pressed in the environment.
*/
public void act()
{
disappear();
}
}