<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I think I discovered why the tabs showed up as Metal LaF. The
LookAndFeelUtil used to initialize winlaf after the windows LaF was
set. Now it is doing it before. The net result is that winlaf has
nothing to tweak or that the tweaks are undone by setting the win LaF.
(I did not step through the code to determine which it was).<br>
<br>
Anyway, after doing some investigation, I found out that non of winlaf
is being applied to the windows LaF. The winlaf website gives drawings
of what it should look like and our app does not look like it.<br>
<br>
When I fixed it, I did not like what I saw. Right clicking on stuff
would produce popups with useful options (this is goodness) but the
labels for each were something like:<br>
&nbsp;&nbsp;&nbsp; !TextComponentPopup.Undo!<br>
<br>
I imagine I can figure out how to fix it, but a more general question
is do we care? Do we use winlaf or pitch it?<br>
I have attached the image for your pleasure:<br>
<img alt="ugly popup" src="cid:part1.07070205.09000604@yahoo.com"
 height="356" width="534"><br>
</body>
</html>