我正在mvc
使用netbeans
. 首先,运行程序时,应该只显示“教师”和“学生”两个按钮。
当我click the teacher button
,它会引导我到viewTeacher
我可以输入或编辑数据的地方"Teacher"
。学生按钮也是如此。
我已经完成了整个 MVC,但我是confused
关于第一个按钮: - 我应该多做 1 个视图吗?
viewForm, viewTeacher, viewStudent.
viewForm is the first 2 buttons appear: "Teacher" & "Student"
或者
- should i put all the codes inside viewForm and create viewTeacher & viewStudent form on other components?