mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 08:49:44 +02:00
StatusPanelAdder
This commit is contained in:
@@ -21,7 +21,7 @@ public class StatusPanelAdder{
|
||||
private Temperature temp;
|
||||
private Score score;
|
||||
private Timer timer;
|
||||
public static JPanel panel;
|
||||
private static JPanel panel;
|
||||
|
||||
public int getTemp(){
|
||||
return temp.getTemp();
|
||||
@@ -33,7 +33,7 @@ public class StatusPanelAdder{
|
||||
return timer.getTime();
|
||||
}
|
||||
|
||||
public void setPanel(JPanel panel){
|
||||
public static void setPanel(JPanel panel){
|
||||
this.panel=panel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user