minor - captured infoline as tooltiptext
This commit is contained in:
parent
1287c345ef
commit
ab7f59032b
|
|
@ -156,6 +156,7 @@ public class StatusBarPanel extends Panel implements EventListener
|
||||||
public void setInfo (String text)
|
public void setInfo (String text)
|
||||||
{
|
{
|
||||||
infoLine.setValue(text != null ? text : "");
|
infoLine.setValue(text != null ? text : "");
|
||||||
|
infoLine.setTooltiptext(text);
|
||||||
if (text == null || text.trim().length() == 0)
|
if (text == null || text.trim().length() == 0)
|
||||||
infoLine.setVisible(false);
|
infoLine.setVisible(false);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue