From 686610f10910c201b56562f94d5654918c5b7819 Mon Sep 17 00:00:00 2001 From: toksikk Date: Thu, 6 Nov 2014 21:40:51 +0100 Subject: [PATCH] kleinigkeiten --- HeatUp/src/de/heatup/testing/GameLoopD.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HeatUp/src/de/heatup/testing/GameLoopD.java b/HeatUp/src/de/heatup/testing/GameLoopD.java index 93b1a48..bac716b 100644 --- a/HeatUp/src/de/heatup/testing/GameLoopD.java +++ b/HeatUp/src/de/heatup/testing/GameLoopD.java @@ -44,6 +44,7 @@ public class GameLoopD extends JFrame implements Runnable { frame.setTitle("HeatUP!"); frame.setDefaultCloseOperation(EXIT_ON_CLOSE); + frame.setResizable(false); outerPanel = new JPanel();