OOP2

main.java

1
class hoofd {
2
		public static void main(String[] args) {
3
				gui test = new gui();
4
5
		}
6
}
7