mirror of
https://github.com/jokerx3/HeatUp
synced 2026-07-27 12:19:45 +02:00
StatusPanelAdder setVisible mit passendem Layout (lauffähig)
This commit is contained in:
@@ -100,16 +100,12 @@ public class StatusPanelAdder{
|
||||
|
||||
|
||||
|
||||
//Insets(int top, int left, int bottom, int right);
|
||||
|
||||
|
||||
|
||||
panel.add(timePanel);
|
||||
panel.add(scorePanel);
|
||||
panel.add(tempPanel);
|
||||
panel.add(powerUpPanel);
|
||||
|
||||
|
||||
|
||||
panel.setVisible(false);
|
||||
panel.setVisible(true);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user