419057236
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
-
已编辑于 How 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 ... -
创建于 How 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? -
创建于 The 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...