Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
Next
-
Product Version: Apache NetBeans IDE DEV (Build dev-e9111499a7b3d71fce5496a633116574f617067b)
Updates: Updates available
Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83
Runtime: OpenJDK Runtime Environment 15-ea+5-83
System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
User directory: /Users/rami/Library/Application Support/NetBeans/dev
Cache directory: /Users/rami/Library/Caches/NetBeans/devProduct Version: Apache NetBeans IDE DEV (Build dev-e9111499a7b3d71fce5496a633116574f617067b) Updates: Updates available Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+5-83 Runtime: OpenJDK Runtime Environment 15-ea+5-83 System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb) User directory: /Users/rami/Library/Application Support/NetBeans/dev Cache directory: /Users/rami/Library/Caches/NetBeans/dev
Description
can someone reproduce the following situation? see screenshots
its happen sometimes with aqua laf but with FlatLaf always
@ActionID( category = "Bugtracking", id = "org.netbeans.BugAction" ) @ActionRegistration( displayName = "#CTL_BugAction" ) @ActionReference(path = "Menu/File", position = 0) @Messages("CTL_BugAction=BaseProgressUtils FlatLaf bug") public class BugAction implements ActionListener { @Override public void actionPerformed(ActionEvent e) { ProgressHandle progress = ProgressHandle.createHandle("displayName", () -> true); BaseProgressUtils.showProgressDialogAndRun(operation, progress, true); } private Runnable operation = new Runnable() { @Override public void run() { try { Thread.sleep(6000); } catch (Exception e) { } } }; }
Attachments
Issue Links
- links to