开发者 / 未分类 · 2011年 2月 14日

【笔记】2011年2月11日

在Eclipse中添加作者信息,名字与邮件的位置:
Preferences->Java->Code Style->Code Templates->Comments-Types

设置JRE源代码:
Preference->Java->Installed JRE->Edit->rt.jar->Source Attachment

如何在Eclipse Forms中使用Combo:
使用CCombo并设置SWT.FLAT,然后用formToolKit.adapt(CCombo)

设置 新建类或接口时自动勾选 Generate Comments:
Preferences->Java->Code Style->Code Templates->Automatically add comments for….选项勾上