As per this article I found… you can disable the Windows-L = Lock Windows behavior on windows with a registry hack. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System Add DisableLockWorkstation = 1 to disable.
Month: September 2008
@SuppressWarnings
A full list of @SuppressWarnings options (per environment) are available here. In Eclipse… The list of tokens that can be used inside an SuppressWarning annotation is: all to suppress all warnings boxing to suppress warnings relative to boxing/unboxing operations cast to suppress warnings relative to cast operations dep-ann to suppress warnings relative to deprecated annotation… Continue reading @SuppressWarnings