Add New Features to Cox Scouter

This commit is contained in:
Ganom
2019-06-18 18:51:29 -04:00
parent 6c3080307d
commit 3b7780bcb1

View File

@@ -294,7 +294,7 @@ public class RaidsOverlay extends Overlay
.text("Record Raid") .text("Record Raid")
.color(Color.GREEN) .color(Color.GREEN)
.build()); .build());
panelComponent.setBackgroundColor(new Color(0,255,0,10)); panelComponent.setBackgroundColor(new Color(0, 255, 0, 10));
} }
TableComponent tableComponent = new TableComponent(); TableComponent tableComponent = new TableComponent();