Problem when resetting JPanel and JFrame

0

I have the following java code:

miCalendarioGestor = new MiCalendarioGestor(profiles.obtainPerfil(comboBox.getSelectedItem().toString()));
            frame.getContentPane().add(miCalendarioGestor);
            frame.add(miCalendarioGestor);
            frame.repaint();

What I try is to reset my Calendar Manager to its initial moment, but this does not happen. Does anyone have any ideas? Thanks

    
asked by Brais Castiñeiras Galdo 19.01.2018 в 13:17
source

0 answers