Hello everybody and happy new year...
Unfortunatly, it's not the only reason I post this morning...
I try to use NetBeans IDE for 2 days and I don't find how to set text in Jlabel.
There is the setText() method but I can't reference the JLabel in the JFrame..
I try to explain better :
I have a JFrame (main) with 2 JLabel, the first is with fixed text set in the property and I want to modify the text of the second with informations I have after openning the main JFrame.
I try a lot a syntax to reference the JLabel2, but without succes...
Please, help !