swing - Hide a JTable row with click event [ java ] -
i have jtable this
i want hide row whenever respective clear button(jbutton) pressed.and other task such delete row mysql table populated form database.
as have 2 override function :-
one:
public component gettablecellrenderercomponent(jtable table, object value, boolean isselected, boolean hasfocus, int row, int column)
two:
public component gettablecelleditorcomponent(jtable table, object value, boolean isselected, int row, int column)
where , how have change achieve this.or other implementations details me.thanks
table button column shows 1 way add actionlistener column of table.
Comments
Post a Comment