Link to home
Start Free TrialLog in
Avatar of vibhav
vibhav

asked on

adding two component in single cell in jtable

I need to add a textfield and a button in a single cell of jtable ( something like a textfield with browse button).

Please help me with code snippet to achieve this.

Thanks,
Avatar of Mick Barry
Mick Barry
Flag of Australia image

How are you adding one component to a table cell?
Avatar of Ovi
Ovi

Add a JPanel containing those two components.
ASKER CERTIFIED SOLUTION
Avatar of Ovi
Ovi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial