419057236
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
419057236 commented, -
419057236 created a post, -
419057236 created a post, AnsweredHow do I close an unselected TAB?
I'm trying to implement a closable TAB bar, but I'm having some problems with it. Go straight to the code TabInfo tabInfo = new TabInfo(fn.apply(newTabIndex));tabInfo.setText(path);AnAction action ... -
-
-
419057236 created a post, AnsweredHow do I get JBEditorTabs to support closing with a close button?
I want my TAB to support a close button or some custom action. How do I do that? -
-
419057236 commented, -
419057236 created a post, AnsweredThe input field in popup window cannot input Chinese, such as JBTextField, JBTextArea
I used JBFactory to create a pop-up window with a custom layout, but I found that when I tried to input Chinese in JTextField, my input method tool would go to the lower left corner, and then the J...