mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
toolbar in the tray working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user