`
dengyin2000
  • 浏览: 1209392 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

eclipse should enable XP visual styles if available (from co

阅读更多
i can confirm this. i copied the following file to $JAVA_HOME/bin as
javaw.exe.manifest, and i magically got windows XP styles for all UI elements.

this is good enough for me :)


--snip---


<assembly manifestversion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
 <assemblyidentity>
  version="1.0.0.0"
  processorArchitecture="X86"
  name="SWT.javaw"
  type="win32"/>
 <description>Standard Widget Toolkit</description>
 <dependency>
  <dependentassembly>
   <assemblyidentity>
    type="win32"
    name="Microsoft.Windows.Common-Controls"
    version="6.0.0.0" processorArchitecture="X86"
    publicKeyToken="6595b64144ccf1df"
    language="*"/>
  </assemblyidentity>
 </dependentassembly>
</dependency> see https://bugs.eclipse.org/bugs/show_bug.cgi?id=45918  </assemblyidentity></assembly>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics