.setHideOnKeyOutside(hideOnClickOutside).setHideOnFrameResize(false);
final Balloon balloon = builder.createBalloon();
- balloon.addListener(new JBPopupAdapter() {
- @Override
- public void onClosed(LightweightWindowEvent event) {
- notification.setBalloon(null);
- }
- });
-
notification.setBalloon(balloon);
return balloon;
}