|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
The following test fails to enlarge the button:
import java.awt.*;
public class Test {
public static void main(String[] args) {
Frame f = new Frame();
Button b = new Button("ok");
f.add(b);
f.setExtendedState(Frame.MAXIMIZED_BOTH);
f.pack();
f.setVisible(true);
}
}
This is a regression of the fix for CR 6637796.
|