public Score scoreLookAndFeel(
UIXRenderingContext context,
String lafName
)
{
Score score = super.scoreLookAndFeel(context, lafName);
// We don't support Netscape 4.x
if (TrinidadAgent.APPLICATION_NETSCAPE ==
context.getAgent().getAgentApplication())
{