在 Eclipse 3.7 中是代码:
public class AppResources
{
private static Image titleIcon;
static
{
AppResources.titleIcon = getIconImage();
}
public static Image getTitleIcon()
{
return AppResources.titleIcon;
}
}
Formatter 在哪里可以说 beforestatic
应该是空行?