Fix Mockhand
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@195 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
050ae5f224
commit
a6a5388560
1 changed files with 12 additions and 0 deletions
|
@ -46,4 +46,16 @@ public class MockHandPanel implements IHandPanel {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHandWidth(int width) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHandHeight(int height) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue