Community
Participate
Working Groups
Build Identifier: 3.7.0.201105080711, Build id: 20110505-1223 If you use the System Look and Feel on Mac OS X (UIManager.getSystemLookAndFeelClassName()) , there are wide gaps between DefaultOutlineTreeForm and DefaultOutlineTableForm, which the SDK creates by default. There should be a way to inject the width, or it should be set depending on the LAF. Reproducible: Always Steps to Reproduce: 1. Create a new project with Scout SDK 2. Add an outline with a page to the Desktop 3. Open the client
Created attachment 195131 [details] Screenshot, Scout on Mac OS X
to be verified for indigo sr1
I can verify the described behaviour. However, this is the desired behaviour of the AquaLookAndFeel. When trying to fit the two frames, JInternalFrame always returns the size including the surrounding shade. Thus the blue background cannot be overlayed. When starting the sample application of the Java Tutorial and maximizing the internal frame, the same blue border will stay there and the internal frame does not maximize completely. (http://download.oracle.com/javase/tutorial/uiswing/components/internalframe.html)
Created attachment 202415 [details] InternalFrameDemo Screenshot