2012-03-05 60 views
1

我試圖使用顯示圖像的一部分GWT圖形library--GWT beginner-如何顯示的圖像作爲GWT模塊

在此的Javadoc says--

Image(int x, int y, int width, int height, String href) 

The URI of the raster image to be displayed is specified as a string. 

現在,我如何指定圖像的URI?在GWT中爲圖像指定URI的通用方法是什麼?我在哪裏存儲圖像?在「戰爭」或「戰爭/網絡inf /」或其他位置?

回答

1

您可以選擇任意目錄來保存圖像;我通常使用戰爭/圖像。然後可以使用新圖像(「images/myimage.png」)在面板中顯示圖像。

+0

這是否解決了您的問題?如果是的話,你會如此善意地將這個答案標記爲解決方案嗎?謝謝! – Andreas 2012-03-16 14:00:10