Quick question about swing jwindows - does anybody know how to remove the status bar that sits at the bottom of a JWindow or any code that i can use to manipulate the status bar (i.e. change text on the status bar from java applet window to page loaded) - please see attached bmp if you need some clarification.
I don't know about any one else, but I couldn't understand the screenshot (you don't have to use a special screen-capture utility. Just press the 'Prt Scr' key on your keyboard and then paste it into your picture editor).
I don't think a status bar comes with a JWindow (you're not talking about the browser's status bar are you?).
I have attached a new bitmap, basically i have created a jwindow in which i am going to add a background image to - but my problem is the message java applet window allway appears - can i change this or remove the grey status bar it appears in. Hopefully the bitmap will make it more clearer.
It looks like you're running you're applet in AppletViewer.exe. It's AppletViewer which adds that message, not the applet itself. If you want to get rid of it put your applet inside some HTML.
Yep i get your point, and see how the class reacts when compiled locally. But what i am concerned with is having it do the same within a html page on a window that popsup from the html page.
I need the window to popup from the html page and to remove this bar that shows the origin. The window needs to popup and cannot stay within the html page.
I can't see any code that allows me to achive this.
"Yep i get your point, and see how the class reacts when compiled locally. But what i am concerned with is having it do the same within a html page on a window that popsup from the html page. "
OK.
"I need the window to popup from the html page and to remove this bar that shows the origin. The window needs to popup and cannot stay within the html page."
I really don't think it can be done. What's the big deal? There are many commercial services that have it. Also, why can't it appear embedded in HTML (it's still dependant upon the parent window)?
I suppose i could leave it - you see my app is supposed to be interactive and based on simulations and it just looks a bit messy. but i will just have to live with it.
Bookmarks