📄 storeapp.java
字号:
package store;
public class StoreApp {
public static void main(String args[])throws Exception{
StoreModel model=new StoreModelImpl();
StoreView view=new StoreViewImpl(model);
StoreController ctrl=new StoreControllerImpl(model,view);
}
}
/****************************************************
* 作者:孙卫琴 *
* 来源:<<Java网络编程精解>> *
* 技术支持网址:www.javathinker.org *
***************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -