Ł
Java
POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki IInformatyki
public class MyMVCApplication (
publlc atatic void main(String[] args)<
// Creates a model
MyModel model - new MyModel()/
// Creaties a view
MyView wiew - new MyView();
// Creates a controller
HyController controller - new MyController(model, view);
MyModel () <
// Klasa Widoku class MyYiew {
MyView() {
// GOI
)
// Klasa sterownika
class MyController implements
ActionListener { MyController () (
MM Wykład 3
Copyright @2012 Jan PROKOP