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

📄 res.java

📁 java 聊天程序(c/s)适合初学者使用
💻 JAVA
字号:


import java.util.*;
public class Res extends java.util.ListResourceBundle {
  static final Object[][] contents = new String[][]{
	{ "User_List", "User List" },
	{ "JTree_lineStyle", "JTree.lineStyle" },
	{ "Angled", "Angled" },
	{ "userenter_wav", "sound/userenter.wav" },
	{ "userleave_wav", "sound/userleave.wav" },
	{ "newmsg_wav", "sound/nm.wav" },
	{ "userm_gif", "images/userm.gif" },
	{ "User", "User" },
	{ "Could_not_load_userm", "Could not load userm.gif" },
	{ "Message_List", "Message List" },
	{ "nm_gif", "images/nm.gif" },
	{ "New_Message", "New Message" },
	{ "Could_not_load_nm_gif", "Could not load nm.gif" },
	{ "ChatPanel", "ChatPanel" },
	{ "Name", "Name" },
	{ "127_0_0_1", "127.0.0.1" },
	{ "Server_Name_IP", "Server Name/IP" },
	{ "Port", "Port" },
	{ "1024", "1024" },
	{ "Connect", "Connect" },
	{ "Message", "Message" },
	{ "Send", "Send" },
	{ "skin_gif", "skin.gif" },
	{ "Could_not_load_skin", "Could not load skin" },
	{ "says_", " says: " },
	{ "Error_Please_enter", "Error: Please enter server" },
	{ "Error_Please_enter_a", "Error: Please enter a name" },
	{ "Disconnect", "Disconnect" },
	{ "Connecting_to_server_", "Connecting to server..." },
	{ "Done", "Done" },
	{ "Disconnecting_from", "Disconnecting from server..." },
	{ "KEY", "/" },
	{ "BLANK", " " },
	{ "KEY1", ":" },
	{ "KEY2", " > " },
	{ "Chat_Client", "Kaff Chat Client" },
	{ "error_couldn_t_remove", "error: couldn\'t remove usernode" },
	{ "_nCannot_resolve", "\nCannot resolve hostname: " },
	{ "KEY3", "." },
	{ "Cannot_resolve", "Cannot resolve hostname: " },
	{ "_nCould_not_connect", "\nCould not connect to server: " },
	{ "Couldn_t_get_I_O_for", "Couldn\'t get I/O for the connection to: " },
	{ "Bye_", "Bye." },
	{ "Server_closed", "Server closed connection." },
	{ "Cls", "Cls" },
	{ "addUser", "addUser" },
	{ "removeUser", "removeUser" },
	{ "Error_Line_129", "Error Line 129" },
	{ "Bye", "Bye" },
  { "initover", "initover" },
	{ "Error_Line_309", "Error: Could not close socket" }};

  public Object[][] getContents() {
    return contents;
  }
}

⌨️ 快捷键说明

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