ichat.properties
来自「用JAVA实现的ICHAT源代码!希望对大家有用!」· PROPERTIES 代码 · 共 22 行
PROPERTIES
22 行
#Default resource file
#ChatWindow
window.title=Chatting with
window.sendButton=Send
window.say=says
window.remindSound=msg.wav
#ConnectDialog
dialog.title=iChat Connection
dialog.infoTitle=Information
dialog.remoteAddressLabel=Remote Address
dialog.displayNameLabel=Display Name
dialog.statusTitle=Status
dialog.conAsServerLabel=Connected As Server
dialog.conAsClientLabel=Connected As Client
dialog.connectButton=Connect
dialog.exitButton=Exit
dialog.emptyNameErrorMsg=The name field should not be empty!
dialog.errorTitle=Error
dialog.conAsClientErrorMsg=The connection to the specified host cannot be set up.\nPlease check your network connection and if the host name\nis valid.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?