I have a application/applet which is creating Frame’s of differnt size, some are 900 x 700 ( client size ), so they are a little bit bigger with the insets.
Problem is when the screen size is set to 800 x 600.
In my program as a application running under java 1.6.0_03 ( latest stable version available ) its running fine and creating a Frame of size 812 x 612 ( this is ok windows XP restricts frame to this size ).
When i run my program as a applet under MSIE 6.0 using java 1.6.0_03 as a plugin, the size of the Frame is the ScreenSize minus Screen Insets. setSize is not able to make my Frame bigger.
My Frame is resizable, when the user is making it bigger by dragging at the frame edges, the frame is resizing to 812 x 612
This is a strange and unwanted behaviour, is this a bug or a feature, any workaround known.
This strange behaviour does not happen with java 1.1 or with M$ java 1.1.4
I notice this strange frame behaviour in applets since version 1.4