⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipcameracontroller.java

📁 Java source code IP Camera project for studying. Java源代碼的IP攝像頭項目的研究。
💻 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 + -