I'm making a FileBrowser using LWUIT.
The problem is when I hide a file using setHidden(true)
the application can never display it
any more using the listfiles()
so I can't unhide it.
This seems to be an omission in LWUIT4IO. I fixed it in Codename One so it should work as expected there.