[ 
https://issues.apache.org/jira/browse/NETBEANS-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018738#comment-17018738
 ] 

Ernie Rael commented on NETBEANS-3714:
--------------------------------------

The following, from org.netbeans.modules.ide.ergonomics.fod.OptionCntrl 
{code:java}
    @Override
    public JComponent call() throws Exception {
        assert EventQueue.isDispatchThread();
        // it would be better not to close the dialog...
        EventQueue.invokeLater(this);
        return new JButton();
    }
    
    @Override
    public void run() {
        OptionsDisplayer.getDefault().open();
    }

{code}
makes me wonder...

> Applying options enable PHP cluster
> -----------------------------------
>
>                 Key: NETBEANS-3714
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3714
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Laszlo Kishalmi
>            Priority: Critical
>
> I've noticed that since a few weeks ago, if I apply anything in the options 
> dialog box, the dialog box disappears, all PHP modules are turning on, then 
> the dialog box reappears.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to