|
|
@ -37,7 +37,7 @@ public class LabelUtils { |
|
|
|
Font newFont = FRFont.getInstance(tipLabel.getFont().getFontName(), Font.PLAIN, 12); |
|
|
|
Font newFont = FRFont.getInstance(tipLabel.getFont().getFontName(), Font.PLAIN, 12); |
|
|
|
tipLabel.setFont(newFont); |
|
|
|
tipLabel.setFont(newFont); |
|
|
|
tipLabel.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
tipLabel.setBorder(BorderFactory.createEmptyBorder()); |
|
|
|
tipLabel.setEnabled(false); |
|
|
|
tipLabel.setEditable(false); |
|
|
|
tipLabel.setText(title); |
|
|
|
tipLabel.setText(title); |
|
|
|
tipLabel.setLineWrap(true); |
|
|
|
tipLabel.setLineWrap(true); |
|
|
|
tipLabel.setWrapStyleWord(true); |
|
|
|
tipLabel.setWrapStyleWord(true); |
|
|
|