toolbar in the tray working

This commit is contained in:
Ben Fry
2015-01-27 10:43:33 -05:00
parent 8b1f3d4f33
commit fd9a2efb09

View File

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