> > Also, I think this test should be simplified. The test is: > > > > A Frame containing a lighweight container. The lightweight container > > contains a heavyweight child. The lightweight container is moved but > > not resized (so that the heavyweight's position changes relative to the > > frame but not relative to its parent). So the test should be: > > > > - show a Frame with a null layout and a green background, with > > lightweight child at a given size and location. inside that lightweight > > child, add a blue heavyweight panel > > > > - wait for a second > > > > - call Component.move on the lightweight child > > > > - check for the blue heavyweight panel's position relative to the frame > > > > Without our patch, the panel will not move and so will end up in the > > wrong location relative to the frame. With our patch it will move along > > with the lightweight container and end up in the right position. > Fixed. But it appears that our patch is not correct still! 2006-02-24 Lillian Angel * gnu/testlet/java/awt/Container/LightweightContainer.java (testLoc2): Simplified test.