419057236
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
-
Edited How do I close an unselected TAB?
AnsweredI'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 ... -
Created How do I get JBEditorTabs to support closing with a close button?
AnsweredI want my TAB to support a close button or some custom action. How do I do that? -
Created The input field in popup window cannot input Chinese, such as JBTextField, JBTextArea
AnsweredI 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...