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