Hi all,<br>Most times pop-up dialogs in Netbeans don&#39;t accept any keyboard input but they do respond to mouse input. I have to close and open them several times before a cursor shows up. I used the documented setWMName hack [1] to get around the Java grey screen issue. I am running Netbeans 6.9 and Xmonad 0.9.1.<br>
<br>thanks!<br>-deech<br><br>main = xmonad $ defaultConfig { <br>                                focusFollowsMouse = False , <br>                                XMonad.keys = newKeys, <br>                                layoutHook = showWName mylayoutHook , <br>
                                terminal=&quot;gnome-terminal&quot;,<br>                                startupHook = setWMName &quot;LG3D&quot; -- get around Java grey screen issue<br>                              }<br>