Security Banner on Webstart

On linux the Security Banner for unsigned webstart application windows is put at the top of the window. Anyone know how this is implemented (is it insets or something?). I want to adapt some code to cope with the offset but don’t have a linux box to work it out.

Any ideas appreciated,

Kev

It should sort itself out if you don’t draw onto the frame directly (that is… draw on some component and add that one to the contentPane). At least it works like this on Windows.

Can’t do that here I’m afraid, it’s that Swing -> GL stuff. I need to pick up the whole context.

Kev

Dunno. I’d suggest asking on the AWT forum:
http://forums.java.net/jive/forum.jspa?forumID=74&start=0
AWT devs are reading it, they’d know. Also, Ken might know.

Dmitri