mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-24 04:16:12 +00:00
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:
committed by
Tom Tromey
parent
41ed223784
commit
b8d5baff92
@@ -89,4 +89,8 @@ public class GridBagLayout
|
||||
public void invalidateLayout(Container target)
|
||||
{
|
||||
}
|
||||
|
||||
public void setConstraints(Component comp, GridBagConstraints constraints)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user