コード例 #1
0
ファイル: ChatUI.java プロジェクト: Trojanz/Custom-Salem
 private void expand() {
   resize(new Coord(sz.x, 100));
   setcanfocus(true);
   if (sel != null) sel.show();
   chansel.show();
   expanded = true;
 }