layout() is deprecated.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1077 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-03-23 05:12:43 +00:00
parent ac4b5b065d
commit e44cec3f21
@@ -1,5 +1,5 @@
//
// $Id: AtlantiBoard.java,v 1.18 2002/12/12 05:51:53 mdb Exp $
// $Id: AtlantiBoard.java,v 1.19 2003/03/23 05:12:43 mdb Exp $
package com.samskivert.atlanti.client;
@@ -237,9 +237,9 @@ public class AtlantiBoard extends JPanel
}
// documentation inherited
public void layout ()
public void doLayout ()
{
super.layout();
super.doLayout();
// compute our translation coordinates based on our size
_tx = (getWidth() - TILE_WIDTH * _width)/2;