コード例 #1
0
ファイル: HexGui.java プロジェクト: blazejkotowski/hex-game
 /** Creates new form HexGui */
 public HexGui(GuiGameController _controller) {
   controller = _controller;
   controller.setGui(this);
   initComponents();
 }