awt eventqueue 0 nullpointerexception error

前端 未结 1 1158
孤街浪徒
孤街浪徒 2021-01-28 19:59

Ok I\'m getting this error awt eventqueue 0 nullpointerexception error. When I try to remove a JPanel.

Whats confusing me is when I remove ano

1条回答
  •  感情败类
    2021-01-28 20:07

    remove(priceObject.getPricepanel());
    

    If you are getting a NullPointerException only when removing this panel, priceObject.getPricepanel() must be returning null.

    0 讨论(0)
提交回复
热议问题