dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Parrot Preferences #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Click on options
3. Click on Parrot Preferences

What is the expected output? What do you see instead?
It should open with no error. Now it doesn't open and gives the following 
error:

java.awt.Color[r=12,g=69,b=91]
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at view.options.FeaturesPanel.<init>(FeaturesPanel.java:113)
    at view.options.OptionPanel.<init>(OptionPanel.java:60)
    at view.options.OptionFrame.<init>(OptionFrame.java:46)
    at view.buddylist.BuddyList$optionListener.actionPerformed
(BuddyList.java:354)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown 
Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown 
Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased
(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown 
Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown 
Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
=================================
           From the feature panel
Chatbot =  false
Chat Log =  true
=================================

Original issue reported on code.google.com by rma...@gmail.com on 23 Jul 2009 at 9:55

GoogleCodeExporter commented 8 years ago
That's for all protocols

Original comment by rma...@gmail.com on 23 Jul 2009 at 10:16

GoogleCodeExporter commented 8 years ago
Please check it again. Coz I don't get such error

Original comment by shichan....@gmail.com on 24 Jul 2009 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by shichan....@gmail.com on 25 Jul 2009 at 6:46