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
|
@ -1,3 +1,8 @@
|
|||
2002-10-31 Mark Anderson <mark@panonet.net>
|
||||
|
||||
* java/awt/GridBagLayout.java (setConstraints): New stubbed method
|
||||
added
|
||||
|
||||
2002-10-25 Krister Walfridsson <cato@df.lth.se>
|
||||
|
||||
* configure.in: Disable hash sync when not using threads.
|
||||
|
|
|
@ -89,4 +89,8 @@ public class GridBagLayout
|
|||
public void invalidateLayout(Container target)
|
||||
{
|
||||
}
|
||||
|
||||
public void setConstraints(Component comp, GridBagConstraints constraints)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue