I have a basic class that extends JButton, and used SwingX's DropShadowBorder to add a simple border. The problem is it displays a time fraction in milliseconds every time I hover the cursor over the button. Is there any way to disable this logging? This is the code I'm using:
DropShadowBorder sb = new DropShadowBorder();
sb.paintBorder(this, g2, 25, 15, 625, 525);
The output looks like this:
1ms
0ms
1ms
1ms
0ms