This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202222

Summary: close button on "JVM and Main Class Command-line Arguments" dialog doesn't work
Product: platform Reporter: Petr Cyhelsky <cyhelsky>
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: FOCUS
Priority: P2    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Cyhelsky 2011-09-16 12:55:57 UTC
Product Version: NetBeans IDE Dev (Build 201109150600)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b18
System: Linux version 2.6.38-11-generic running on amd64; UTF-8; en_US (nb)

Steps:
Profile something -> invoke Profile|Advanced commands|View command-line arguments -> click somewhere away from dialog to try to change focus -> the close button is no longer clickable (but both the esc key and standard OS close window buttons work ok)
Comment 1 Petr Cyhelsky 2011-09-20 13:57:54 UTC
It is in fact general jdk 1.7 problem involving modal dialogs. on KDE (kubuntu)

Steps:
open any modal dialog -> click outside the dialog -> the modal dialog is unresponsive to mouse clicks.
Comment 2 Antonin Nebuzelsky 2011-10-14 14:26:57 UTC
Can you reproduce with demo/jfc/SwingSet2 ?

Put reproducible steps here with SwingSet2 and detailed information about your environment.