wind develop
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
wind develop commented, -
wind develop created a post, AnsweredHow to get asyn result? (Do not block the ui thread)
I need to do this get result Future<?> future = executor.submit(callable);return (String) future.get(); Previously, the results were obtained asynchronously without blocking the UI thread But now I... -
-
wind develop created a post, AnsweredAction The actionperformed method is not triggered ?
In the update method of action. I will judge whether it is enabled. If I press the shortcut key in the disabled state and do not release it (it may have been enabled at this time) I will trigger it... -
wind develop created a post, AnsweredHow to run StartupActivity only once ?
How to run StartupActivity only once when multiple idea windows are started at the same time? My plug-in encountered the problem of repeated loading when multiple windows were started at the same t... -
-
-
wind develop commented, -
wind develop created a post, AnsweredHow to display messages only in the event log without pop-up?
NotificationGroup notificationGroup = new NotificationGroup("novel", NotificationDisplayType.NONE, true);Notification notification = notificationGroup.createNotification(content, NotificationType.I...