wingsatn
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 How can i make the first column fixed in TreeTableView?
已回答I have a TreeTableView, and I add the TableColumnModelListener to handle column moving events.But I want the first column can not be moved, is there any idea to do this ? -
创建于 Can I remove the jbr download task in runIde?
已回答I have a network error in runIde task, when download the jetbrains java runtime. The error output is below:[gradle-intellij-plugin :module module] Cannot download JetBrains Java Runtime 'jbr_jcef-... -
创建于 Can I display the local html with dark theme in JBCefBrowser ?
已回答I have a html in local path, when i show it in JBCefBrowser, it always be light theme.How can i make it changed with idea theme? -
创建于 addMouseWheelListener is not worked in JBCefBrowser component
已回答I create a JBCefBrowser in my toolwindow panel with code like below:webBrowser.loadURL(FILE_PREFIX + path); JComponent displayComponent = webBrowser.getComponent(); displayComponent.addMouseWheelLi...