java - Hide title of JTable when form is loading? -


i need hide jtable frame, when loading, , it's visible based on contition(ex: when click textfield, jtable show).

i tried, don't have luck.

code:

jtable1.setvisible(false); 

(or)

jtable1.hide(); 


Comments