419057236
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
419057236 进行了评论, -
419057236 创建了一个帖子, -
419057236 创建了一个帖子, 已回答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 ... -
-
-
419057236 创建了一个帖子, 已回答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? -
-
419057236 进行了评论, -
419057236 创建了一个帖子, 已回答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...