ipcameracontroller.java

来自「Java source code IP Camera project for s」· Java 代码 · 共 36 行

JAVA
36
字号
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 + =
减小字号Ctrl + -
显示快捷键?