wind develop
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
wind develop 进行了评论, -
wind develop 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Action 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 创建了一个帖子, 已回答How 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 进行了评论, -
wind develop 创建了一个帖子, 已回答How 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...