Guys, I need to create a Table that will display JMS Messages and be ajax sensitive to a TreeView that is on the same page and I would like to use the javax.jms.Message class as a model of Columns, and add 3 extra columns to my model that are 2 checkboxes and a button.
My difficulty is to understand how to organize the objects. What will be inside the TableModel? Will the Table Model recieve data or the data will be assigned to the Table itself? Since I will have a series of buttons and checkboxex, in order to work the form components, I will have to put it all inside a form. The problem is that even reading all the articles about it I still have this doubts. Can u help me? -- "Two rules to succeed in life: 1 - don“t tell people everything you know." -------- We shall go on to the end. We shall fight in France We shall fightover the seas and oceans. We shall fight with growing confidence and growing strength in the air. We shall defend our island whatever the cost may be We shall fight on beaches, we shall fight on the landing grounds, We shall fight in the fields and in the streets, We shall fight on the hills. We shall never surrender. Winston Churchill
