我需要将我的 Image Bundle(从 ClientBundle 派生)放在哪里,以便 GWT Designer 找到它们?
我尝试add
在 Image Bundle Palette 中进行操作,但 GWT Designer 找不到我的包。
我如何实现这一目标?
GWT SDK 2.5.0RC1,Eclipse Helios (3.6)
我需要将我的 Image Bundle(从 ClientBundle 派生)放在哪里,以便 GWT Designer 找到它们?
我尝试add
在 Image Bundle Palette 中进行操作,但 GWT Designer 找不到我的包。
我如何实现这一目标?
GWT SDK 2.5.0RC1,Eclipse Helios (3.6)
“ImageBundle Palette”显然是关于com.google.gwt.user.client.ui.ImageBundle
s 的,而不是关于com.google.gwt.resources.client.ClientBundle
.
请参阅https://developers.google.com/web-toolkit/tools/gwtdesigner/palettes/gwt_palette和https://developers.google.com/web-toolkit/tools/gwtdesigner/features/gwt/image_bundles