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

📄 computermonitor.java

📁 codebook!
💻 JAVA
字号:
public class ComputerMonitor extends ComputerAsset implements PowerSwitchable {	ComputerMonitor(int roomNumber) {		super(roomNumber);	}	public void powerDown() {		System.out.println("Dousing monitor at desk " + deskNumber);		// send the code to the Monitor's X10 box to shut it off	}	public void powerUp() {		System.out.println("Warming up monitor at desk " + deskNumber);		// send the code to the Monitor's X10 box to turn it on	}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -