Ravi

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 5
-
-
-
-
Ravi created a post, AnswereddoValidate() not getting invoked when Panel from class is added in createCenterPanel()
I have extended dialog wrapper as below: public class MyCustomDialog extends DialogWrapper { private MyScreen myScreen; public MyCustomDialog(){ super(false); init(); } @Override protect... -
Ravi commented, -
-
Ravi commented, -
Ravi commented, -
Ravi created a post, AnsweredJBLabel setAllowAutoWrapping usage
For plugin development, I am using JBLabel inside DialogWrapper to display the long directory path. For auto wrapping of the text, I set allow auto wrapping as below. Is its intended use? Though I ... -