Problems with JBLabel.setText(text) after updating to 2019.2 Follow
When i'm creating JBLabel by constructor
new JBLabel (text)
all works fine. But when i am changing text in label by
JBLabel.setText (text)
it stops to work. Lable just didnt shown . Problems begins after updating idea to 2019.2. When i am trying to build plugin on 2019.1 - all work fine.
Please sign in to leave a comment.
From where do you update setText()? Is it called in EDT?
Yes, it is EDT thread.
may be this code will help
Cannot find a bug, specified code snippet works for me. Please check if linkText and linkHref don't contain tags or any special symbols,