James
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
创建于 How to create button with icon
已回答Dear all, I'm developing a plug-in. I want to use icon buttons similar to idea's run and debug, but I don't know how to create it. I want the effect Current effect:Use JButton to created. Thanks ... -
创建于 How to set the default opening method of files with suffix (XLS or xlsx or CSV) in idea
已回答I've developed a plug-in before, after selecting a file with the suffix (XLS or xlsx or CSV). Right click the mouse and select "open as ExcelReader" to display the file content in the toolwindow. S...