Hi,
I try to hide the title of a LWUIT form:
But it still shows the title bar when I test it on Nokia Asha 305 emulator.Code:Form f = new Form(""); f.getTitleComponent().setVisible(false); f.getTitleArea().setVisible(false);
Can anyone please help me? Thanks so much.

Reply With Quote

