[ 
https://issues.apache.org/jira/browse/NETBEANS-5456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Victor Pineda updated NETBEANS-5456:
------------------------------------
     Attachment: image-2021-03-15-22-00-20-420.png
    Description: 
I'm getting the following error, when I try to open multiple files with 
"Enter". 

This has not happened  before.

!image-2021-03-15-21-16-25-275.png!

 

java.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is 
nulljava.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is null at 
org.netbeans.editor.Coloring.toFont(Coloring.java:795) at 
org.netbeans.editor.Coloring.fromAttributeSet(Coloring.java:758) at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.updateColors(DrawingPanel.java:307)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.<init>(DrawingPanel.java:108)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.create(DrawingPanel.java:97)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarPanel.<init>(ColorsSideBarPanel.java:32)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarFactory.createSideBar(ColorsSideBarFactory.java:37)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.createSideBarsMap(CustomizableSideBar.java:402)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBarsInternal(CustomizableSideBar.java:179)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBars(CustomizableSideBar.java:143)
 at 
org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:262) 
at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:929) at 
org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:176)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:511)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)[catch]
 at 
org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
 at 
org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
 at 
org.openide.text.CloneableEditorInitializer.waitForFinishedInitialization(CloneableEditorInitializer.java:103)
 at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:673) at 
org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.getToolbarRepresentation(PropertiesEditorSupport.java:1355)
 at 
org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:314)
 at 
org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:109)
 at org.openide.windows.WindowManager.componentShowing(WindowManager.java:314) 
at 
org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1240)
 at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:143) 
at 
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250) 
at 
org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:226) 
at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:164) 
at 
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:102) 
at 
org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1772) 
at 
org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1382)
 at org.openide.windows.TopComponent.requestActive(TopComponent.java:836) at 
org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:83) at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:97)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:62)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:291) at 
org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:79) at 
org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:416) 
at 
org.netbeans.modules.properties.PropertiesEditorSupport.open(PropertiesEditorSupport.java:396)
 at 
org.openide.windows.CloneableOpenSupport.edit(CloneableOpenSupport.java:102) at 
org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:53)
 at 
org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:442) 
at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:263) at 
org.openide.awt.ContextAction.actionPerformed(ContextAction.java:106) at 
org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:68) at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91) 
at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74) 
at 
org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:354)
 at 
org.openide.explorer.view.TreeView.performPreferredActionOnNodes(TreeView.java:1651)
 at 
org.openide.explorer.view.TreeView$PopupSupport.actionPerformed(TreeView.java:1631)
 at 
java.desktop/javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:3443)
 at 
java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810) 
at java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
at java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) at 
org.openide.explorer.view.TreeView$ExplorerTree.processKeyEvent(TreeView.java:1894)
 at java.desktop/java.awt.Component.processEvent(Component.java:6391) at 
java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4990) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4871) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2769) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) at 
java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136) 
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
 at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

 

{color:#4c9aff}*UPDATE:*{color}

For some reason, my font configuration was lost, this is why I'm getting the 
above error

!image-2021-03-15-22-00-20-420.png!

  was:
I'm getting the following error, when I try to open multiple files with 
"Enter". 

This has not happened  before.

!image-2021-03-15-21-16-25-275.png!

 

java.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is 
nulljava.lang.NullPointerException: Cannot invoke 
"javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is null at 
org.netbeans.editor.Coloring.toFont(Coloring.java:795) at 
org.netbeans.editor.Coloring.fromAttributeSet(Coloring.java:758) at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.updateColors(DrawingPanel.java:307)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.<init>(DrawingPanel.java:108)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.create(DrawingPanel.java:97)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarPanel.<init>(ColorsSideBarPanel.java:32)
 at 
com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarFactory.createSideBar(ColorsSideBarFactory.java:37)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.createSideBarsMap(CustomizableSideBar.java:402)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBarsInternal(CustomizableSideBar.java:179)
 at 
org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBars(CustomizableSideBar.java:143)
 at 
org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:262) 
at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:929) at 
org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:176)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:511)
 at 
org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)[catch]
 at 
org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
 at 
org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
 at 
org.openide.text.CloneableEditorInitializer.waitForFinishedInitialization(CloneableEditorInitializer.java:103)
 at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:673) at 
org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.getToolbarRepresentation(PropertiesEditorSupport.java:1355)
 at 
org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:314)
 at 
org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:109)
 at org.openide.windows.WindowManager.componentShowing(WindowManager.java:314) 
at 
org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1240)
 at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:143) 
at 
org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250) 
at 
org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:226) 
at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:164) 
at 
org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:102) 
at 
org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1772) 
at 
org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1382)
 at org.openide.windows.TopComponent.requestActive(TopComponent.java:836) at 
org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:83) at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:97)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:62)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
 at org.openide.util.Mutex.writeAccess(Mutex.java:291) at 
org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:79) at 
org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:416) 
at 
org.netbeans.modules.properties.PropertiesEditorSupport.open(PropertiesEditorSupport.java:396)
 at 
org.openide.windows.CloneableOpenSupport.edit(CloneableOpenSupport.java:102) at 
org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:53)
 at 
org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:442) 
at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:263) at 
org.openide.awt.ContextAction.actionPerformed(ContextAction.java:106) at 
org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:68) at 
org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91) 
at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74) 
at 
org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:354)
 at 
org.openide.explorer.view.TreeView.performPreferredActionOnNodes(TreeView.java:1651)
 at 
org.openide.explorer.view.TreeView$PopupSupport.actionPerformed(TreeView.java:1631)
 at 
java.desktop/javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:3443)
 at 
java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810) 
at java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
at java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) at 
org.openide.explorer.view.TreeView$ExplorerTree.processKeyEvent(TreeView.java:1894)
 at java.desktop/java.awt.Component.processEvent(Component.java:6391) at 
java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4990) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
 at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
 at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4871) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2769) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at 
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
 at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) at 
java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
 at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136) 
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
 at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
 at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)


> Open files with enter, throws error
> -----------------------------------
>
>                 Key: NETBEANS-5456
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5456
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.3
>            Reporter: Victor Pineda
>            Priority: Major
>         Attachments: image-2021-03-15-21-16-25-275.png, 
> image-2021-03-15-22-00-20-420.png
>
>
> I'm getting the following error, when I try to open multiple files with 
> "Enter". 
> This has not happened  before.
> !image-2021-03-15-21-16-25-275.png!
>  
> java.lang.NullPointerException: Cannot invoke 
> "javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is 
> nulljava.lang.NullPointerException: Cannot invoke 
> "javax.swing.text.AttributeSet.getAttribute(Object)" because "as" is null at 
> org.netbeans.editor.Coloring.toFont(Coloring.java:795) at 
> org.netbeans.editor.Coloring.fromAttributeSet(Coloring.java:758) at 
> com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.updateColors(DrawingPanel.java:307)
>  at 
> com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.<init>(DrawingPanel.java:108)
>  at 
> com.junichi11.netbeans.modules.color.codes.preview.ui.DrawingPanel.create(DrawingPanel.java:97)
>  at 
> com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarPanel.<init>(ColorsSideBarPanel.java:32)
>  at 
> com.junichi11.netbeans.modules.color.codes.preview.ui.ColorsSideBarFactory.createSideBar(ColorsSideBarFactory.java:37)
>  at 
> org.netbeans.modules.editor.impl.CustomizableSideBar.createSideBarsMap(CustomizableSideBar.java:402)
>  at 
> org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBarsInternal(CustomizableSideBar.java:179)
>  at 
> org.netbeans.modules.editor.impl.CustomizableSideBar.getSideBars(CustomizableSideBar.java:143)
>  at 
> org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:262)
>  at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:929) at 
> org.netbeans.modules.editor.NbEditorDocument.createEditor(NbEditorDocument.java:176)
>  at 
> org.openide.text.CloneableEditorInitializer.initCustomEditor(CloneableEditorInitializer.java:511)
>  at 
> org.openide.text.CloneableEditorInitializer.initCustomEditorAndDecorationsInEDT(CloneableEditorInitializer.java:573)[catch]
>  at 
> org.openide.text.CloneableEditorInitializer.run(CloneableEditorInitializer.java:321)
>  at 
> org.openide.text.CloneableEditorInitializer.processPendingEDTRequests(CloneableEditorInitializer.java:135)
>  at 
> org.openide.text.CloneableEditorInitializer.waitForFinishedInitialization(CloneableEditorInitializer.java:103)
>  at org.openide.text.CloneableEditor.getEditorPane(CloneableEditor.java:673) 
> at 
> org.netbeans.modules.properties.PropertiesEditorSupport$PropertiesEditor.getToolbarRepresentation(PropertiesEditorSupport.java:1355)
>  at 
> org.netbeans.core.multiview.MultiViewPeer.peerComponentShowing(MultiViewPeer.java:314)
>  at 
> org.netbeans.core.multiview.MultiViewCloneableTopComponent.componentShowing(MultiViewCloneableTopComponent.java:109)
>  at 
> org.openide.windows.WindowManager.componentShowing(WindowManager.java:314) at 
> org.netbeans.core.windows.WindowManagerImpl.componentShowing(WindowManagerImpl.java:1240)
>  at 
> org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:143) at 
> org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:250)
>  at 
> org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:226)
>  at 
> org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:164) 
> at 
> org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:102)
>  at 
> org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1772) 
> at 
> org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1382)
>  at org.openide.windows.TopComponent.requestActive(TopComponent.java:836) at 
> org.openide.windows.CloneableOpenSupport$1.run(CloneableOpenSupport.java:83) 
> at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:97)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.writeAccess(NbMutexEventProvider.java:62)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.writeAccess(LazyMutexImplementation.java:56)
>  at org.openide.util.Mutex.writeAccess(Mutex.java:291) at 
> org.openide.windows.CloneableOpenSupport.open(CloneableOpenSupport.java:79) 
> at 
> org.openide.text.CloneableEditorSupport.open(CloneableEditorSupport.java:416) 
> at 
> org.netbeans.modules.properties.PropertiesEditorSupport.open(PropertiesEditorSupport.java:396)
>  at 
> org.openide.windows.CloneableOpenSupport.edit(CloneableOpenSupport.java:102) 
> at 
> org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:53)
>  at 
> org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:442)
>  at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:263) 
> at org.openide.awt.ContextAction.actionPerformed(ContextAction.java:106) at 
> org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:68) at 
> org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91) 
> at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74) 
> at 
> org.openide.awt.GeneralAction$BaseDelAction.actionPerformed(GeneralAction.java:354)
>  at 
> org.openide.explorer.view.TreeView.performPreferredActionOnNodes(TreeView.java:1651)
>  at 
> org.openide.explorer.view.TreeView$PopupSupport.actionPerformed(TreeView.java:1631)
>  at 
> java.desktop/javax.swing.JComponent$ActionStandin.actionPerformed(JComponent.java:3443)
>  at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
> at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) 
> at 
> org.openide.explorer.view.TreeView$ExplorerTree.processKeyEvent(TreeView.java:1894)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6391) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4990) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4871) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2769) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4822) at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772) at 
> java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721) at 
> java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715) at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
>  at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745) at 
> java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743) at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>  at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742) at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136) 
> at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>  at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
>  
> {color:#4c9aff}*UPDATE:*{color}
> For some reason, my font configuration was lost, this is why I'm getting the 
> above error
> !image-2021-03-15-22-00-20-420.png!



--
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