View Single Post
Old 01-08-2008, 08:45 AM   #1
ouais32
Junior Member
ouais32 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jan 2008
Device: iLiad
Hide toolbar and pagebar in a Java app ?

Hi,

Does anyone knows how to hide the toolbar and the pagebar when running a Java application ?
I tried this :

frame.setSize(768, 1024)
frame.setBounds(0, 0, 768, 1024)

But it doesn't works, the toolbar and the pagebar are still there.
I expected for frame.setAlwaysOnTop(true) but it is only available since Java 1.5.

Any ideas ?

Thanks
ouais32 is offline   Reply With Quote