パッケージ medipro.gui.frame

クラス GameFrame

すべての実装されたインタフェース:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class GameFrame extends JFrame implements ComponentListener
ゲームのウインドウを実装するクラス.
関連項目:
  • フィールド詳細

    • logger

      protected final Logger logger
      ロガー.
    • currentGraphicsDevice

      private GraphicsDevice currentGraphicsDevice
      現在のモニター.
    • panel

      private GamePanel panel
      子パネル.
  • コンストラクタの詳細

    • GameFrame

      public GameFrame(String title, int width, int height)
      ゲームのウインドウを生成する. 生成後、FPSに基づいてPanelを再描画する.
      パラメータ:
      title - ウインドウのタイトル
      width - ウインドウの幅
      height - ウインドウの高さ
  • メソッドの詳細