JiveTreeCellRenderer.java

// Root Nodes are always bold

JiveTreeNode node = (JiveTreeNode)value;

if (node.getAllowsChildren()) {

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

}

else {

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

}

Modified:

if (node.getAllowsChildren()) {

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

}

else {

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

}

I fail to see the reason for the change. Why should this patch be applied to Spark?

if use East Asian languages