Room name of BookmarksUI(conference) display error

Hello everyone,

The room name display error. please see attach files.

Who know why is it? Tell me please!

Thanks!

Modify as this is OK:

class:org.jivesoftware.spark.component.JiveTreeCellRenderer

function:getTreeCellRendererComponent

code:

if (node.getAllowsChildren()) {

setFont(new Font(“Dialog”, Font.BOLD, 12));

}

else {

setFont(new Font(“Dialog”, Font.PLAIN, 12));

}