GridBagLayout.java (setConstraints): New stubbed method added
2002-10-31 Mark Anderson <mark@panonet.net> * java/awt/GridBagLayout.java (setConstraints): New stubbed method added From-SVN: r58686
This commit is contained in:
parent
41ed223784
commit
b8d5baff92
2 changed files with 9 additions and 0 deletions
|
@ -89,4 +89,8 @@ public class GridBagLayout
|
|||
public void invalidateLayout(Container target)
|
||||
{
|
||||
}
|
||||
|
||||
public void setConstraints(Component comp, GridBagConstraints constraints)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue