wingsatn

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
wingsatn created a post, AnsweredHow 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 ? -
wingsatn commented, -
wingsatn commented, -
wingsatn commented, -
wingsatn created a post, AnsweredCan 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-... -
wingsatn commented, -
wingsatn created a post, AnsweredCan 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? -
wingsatn created a post, AnsweredaddMouseWheelListener 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...