wingsatn
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created How can i make the first column fixed in TreeTableView?
AnsweredI 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 ? -
Created Can I remove the jbr download task in runIde?
AnsweredI 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-... -
Created Can I display the local html with dark theme in JBCefBrowser ?
AnsweredI 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? -
Created addMouseWheelListener is not worked in JBCefBrowser component
AnsweredI create a JBCefBrowser in my toolwindow panel with code like below:webBrowser.loadURL(FILE_PREFIX + path); JComponent displayComponent = webBrowser.getComponent(); displayComponent.addMouseWheelLi...