描述: Help->About Eclipse SDK
图片:
10_11521_55512a521a9412d.jpg
Configuration Details
10_11521_f9d3c245fbb6082.jpg
在Windows XP下使用Eclipse,你会发现,比如按钮,工具栏的按钮和Windows2000界面风格差不多,而不是XP的风格,你可以将其变为XP的风格
Eclipse网站有下面一则FAQ


Q: How do I make SWT use the Windows XP theme?
A: In order for an application to use the Windows XP theme, there must be a manifest file located in the same place as the executable that launches the application. Here is a sample manifest file to download.
The name of the manifest file must match the name of the executable. In the case of eclipse, the executable is javaw.exe and the manifest file must have the name javaw.exe.manifest. The manifest file must be in the jre\bin folder for the VM you use to launch Eclipse. Note: the eclipse.exe executable does not launch Eclipse; eclipse.exe displays a splash screen and then invokes the Java VM.

首先,你的操作系统必须是Window XP,然后下载javaw.exe.manifest文件,将下载文件放在C:\Windows\system32\javaw.exe相同的目录下,目录如图,以你的机器为标准。然后关闭Eclipse,重新启动一下就OK了。