James
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created How to create button with icon
AnsweredDear 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 ... -
Created How to set the default opening method of files with suffix (XLS or xlsx or CSV) in idea
AnsweredI'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...