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);