I have a simple object which extends JPanel, when the update() method is called on this object it it meant to add some labels to the panel and then rep
JPanel
update()
Have you tried SetVisible() on the labels ?
Have you tried to add the objets at initialisation without any update ? If they don't show up there, they will never show up.