OOP2

view.java

1
import javax.swing.*;
2
3
class view{
4
		private int test;
5
}
6