i have problem with JTable and Editable JComboBox which is added to column

Hi all,

I have a problem with a Editable JCombobox which was added to the JTable's field. Not at all functioning properly. So are there any examples to go through.

Many thanks,

Vijaycanaan.

[215 byte] By [vijaycanaana] at [2007-11-27 11:07:48]
# 1

> Not at all functioning properly.

That is not a description of the problem.

How is it functioning and how do you think it should function?

If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",

see http://homepage1.nifty.com/algafield/sscce.html,

that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.

Don't forget to use the "Code Formatting Tags",

see http://forum.java.sun.com/help.jspa?sec=formatting,

so the posted code retains its original formatting.

camickra at 2007-7-29 13:24:25 > top of Java-index,Desktop,Core GUI APIs...
# 2

I am asking for examples of JTable's column field integrated with Editable JComboBox. So that I can continue implementation .

thanx,

Vijaycanaan.

vijaycanaana at 2007-7-29 13:24:25 > top of Java-index,Desktop,Core GUI APIs...
# 3

have you looked at the tutorial for JTables?

http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#combobox

txjumpa at 2007-7-29 13:24:25 > top of Java-index,Desktop,Core GUI APIs...
# 4

> I am asking for examples of JTable's column field integrated with Editable JComboBox.

So we are supposed to read your mind about how you think it should work.

You stated it doesn't work, but you didn't state what you don't like about the default implementation.

And you haven't stated what you expect to happen. So how can we give you a solution?

Post your SSCCE showing what is not working,

Post your requirements about how you think it should work.

Then maybe somebody might be able to help., Otherwise we have no idea what you want.

camickra at 2007-7-29 13:24:25 > top of Java-index,Desktop,Core GUI APIs...