Ave populus,
visto che ho dei problemini nell'esecuzione di un mio programma java su un 2000 e su un XP, ho pensato che potesse essere un errore di operazioni deprecate; infatti quando compilo ottengo:
dando allora javac -Xlint stampafrontalini ottengo:Note: stampafrontalini.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Terminated with exit code 0
Cosa significa???stampafrontalini.java:143: warning: [unchecked] unchecked call to addElement(E) as a member of the raw type java.util.Vector
dati.addElement(nextStr);
________________^
stampafrontalini.java:16: warning: [serial] serializable class stampafrontalini has no definition of serialVersionUID
public class stampafrontalini extends JFrame implements ActionListener {
_______^
2 warnings
Terminated with exit code 0

Rispondi quotando