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 196066

Summary: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key AFPanel.lCFGFile.text
Product: third-party Reporter: supersmilers
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 144120
Attachments: stacktrace

Description supersmilers 2011-02-27 18:15:23 UTC
Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
GUEST: acessing options

GUEST: Tools -> Options -> Milcelaneus and the exception is trought




Stacktrace: 
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key AFPanel.lCFGFile.text
   at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
   at java.util.ResourceBundle.getString(ResourceBundle.java:334)
   at com.agentfactory.netbeans.options.AFPanel.initComponents(AFPanel.java:38)
   at com.agentfactory.netbeans.options.AFPanel.<init>(AFPanel.java:18)
   at com.agentfactory.netbeans.options.AFOptionsPanelController.getPanel(AFOptionsPanelController.java:60)
   at com.agentfactory.netbeans.options.AFOptionsPanelController.getComponent(AFOptionsPanelController.java:47)
Comment 1 supersmilers 2011-02-27 18:15:33 UTC
Created attachment 106505 [details]
stacktrace