|
Il componente va agiunto come classe cosi:
myTablePanel vai = new myTablePanel();
e poi l'istuzione per aggiunerlo dipende se lo aggiungi ad un JFrame:
getConentPane().add(vai);
o ad un altro JPanel:
add(vai);
__________________
Sun Certified Java Programmer
EUCIP Core Level Certified
European Certification of Informatics Professionals
|