コード例 #1
0
ファイル: ChatUI.java プロジェクト: Trojanz/Custom-Salem
 public void resize(Coord sz) {
   super.resize(sz);
   if (in != null) {
     in.c = new Coord(0, this.sz.y - 20);
     in.resize(new Coord(this.sz.x, 20));
   }
 }