Zico Gupta wrote:Hello,
In order to stick with his own decision, what should be the approach of an architect so that everyone agrees with his decision without showing much resistance? Is it required to be of dominating nature to some extent?
Also, since there is a chance to become a victim of politics when going against management (mostly in negotiating some technical decision with management,most of them are very unlikely to have strong technical background). How to overcome this problem?
Thanks,
Zico
Darryl Burke wrote:Note that the linked thread suggests the same solution.
Chantal Ackermann wrote:you have to write a custom TableCellEditor for this
So, problem solved?
Darryl Burke wrote:A renderer isn't added to any visible component hierarchy and can't receive input events. What you see in a JTable's cells is the image of the renderer component.
Use a custom editor. An editor responds to input events (obviously!)
I even looked at the threads here and there was one issue listed here but did not have a clear answer.
A link to that thread might help us to help you better.