📄 ipcameracontroller.java
字号:
package sept.controller;import sept.model.*;import sept.view.*;/** * Class IPCameraManager * * This is a Controller class that interacts between the CameraManager * and CameraGUI classes. It will check for any updates to the filesystem * (ie new photos) and download them to the model, then refresh the * GUI to display the new data. * * @author Goran Mateski */public class IPCameraController { private CameraManager cameraManager; // private CameraGUI cameraGUI; /*proper*/ private CameraGui cameraGUI; /** * */ public IPCameraController(){ } /** * * @param args */ public static void main(String[] args){ }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -