From fd9a2efb093763695b582f074c2226ac61800315 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 27 Jan 2015 10:43:33 -0500 Subject: [PATCH] toolbar in the tray working --- java/src/processing/mode/java/DebugTray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/processing/mode/java/DebugTray.java b/java/src/processing/mode/java/DebugTray.java index ac16c5e58..f753b8146 100644 --- a/java/src/processing/mode/java/DebugTray.java +++ b/java/src/processing/mode/java/DebugTray.java @@ -166,7 +166,7 @@ public class DebugTray extends JFrame { box.add(breakpointButton); box.add(Box.createHorizontalStrut(GAP)); - JLabel label = new JLabel("testing"); + JLabel label = new JLabel(); box.add(label); continueButton.setRolloverLabel(label); stepButton.setRolloverLabel(label);