Add tooltip text to cluster configurations
This commit is contained in:
parent
2e77780241
commit
a514f6b598
@ -505,6 +505,7 @@ class ClusterSelectionPanel extends JPanel {
|
||||
setMaximumSize(new Dimension(BUTTON_SIZE, BUTTON_SIZE));
|
||||
setBorder(BorderFactory.createBevelBorder(BevelBorder.LOWERED));
|
||||
// setBorder(BorderFactory.createLineBorder(Color.BLACK, 1));
|
||||
setToolTipText(config.getXMLName());
|
||||
component.addChangeListener(this);
|
||||
addMouseListener(this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user