comparison agent/src/share/classes/sun/jvm/hotspot/ui/FrameWrapper.java @ 1385:bc32f286fae0

6945219: minor SA fixes Reviewed-by: twisti
author never
date Tue, 20 Apr 2010 13:26:33 -0700
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1384:c544d979f886 1385:bc32f286fae0
1 /* 1 /*
2 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2001-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
37 37
38 public Container getContentPane(); 38 public Container getContentPane();
39 public void setVisible(boolean visible); 39 public void setVisible(boolean visible);
40 public void setSize(int x, int y); 40 public void setSize(int x, int y);
41 public void pack(); 41 public void pack();
42 public void show();
43 public void dispose(); 42 public void dispose();
44 public void setBackground(Color color); 43 public void setBackground(Color color);
45 public void setResizable(boolean resizable); 44 public void setResizable(boolean resizable);
46 45
47 /** Largely for use with JInternalFrames but also affects, for 46 /** Largely for use with JInternalFrames but also affects, for