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

📄 localizedstrings.java

📁 Eclipse 编程技术与实例,讲解了Eclipse编辑器的使用方法
💻 JAVA
字号:
package org.test.custom.internal;

public class LocalizedStrings {
	public static final String POPUP_RESTORE = "popup.restore";

	public static final String POPUP_MOVE = "popup.move";

	public static final String POPUP_SIZE = "popup.size";

	public static final String POPUP_MINIMIZE = "popup.minimize";

	public static final String POPUP_MAXIMIZE = "popup.maximize";

	public static final String POPUP_CLOSE = "popup.close";

}

⌨️ 快捷键说明

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