Request on displaying images at client-side

2009-04-23 Thread raghu prashanth k b
hi, I have a folder which has few collection of images(.gif; filenames assigned in serial format like 1.gif, 2.gif, etc...) at some location in the server. The client program has the URL to the location of the folder. Now I need to display the images one-by-one when the next button on the GUI

No source code is available for type java.io.File; did you forget to inherit a required module?

2009-03-03 Thread raghu prashanth k b
Hi...I am new to GWT and i'm trying to develop a small application...but here i need to open a directory and count the no.of files in it...I'm doing it as follows: File dir = new File(file); String[] pages = dir.list(); int count =