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();
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
Post a Comment