Sun Java System Instant Messaging 7.2 管理指南

Procedure自定义工具提示内容

  1. imbrand.jar 提取文件。

    有关 imbrand.jar 的默认位置,参见表 15–1

  2. 转到下列目录:

    com/sun/im/client/

  3. 打开 brand.properties

  4. 添加 contact.tooltip.format.html 属性到该文件。

  5. 指定您想要在工具提示中显示为 contact.tooltip.format.html 的值的属性。

    例如,如果您想要显示联系人的电话号码和电子邮件地址,则输入:

    contact.tooltip.format.html=mailto: ${attr:mail} tel: ${attr:telephonenumber}

    有关自定义 imbrand.jar 文件内容的更多信息,参见自定义应用程序 (Java Web Start)

  6. 保存您的更改并关闭文件。

  7. 重新打包 imbrand.jar