I have problem with JTable, I am trying to put in each row JComboBoxes and JTextFields but when I load app, my table is empty. Functions getCmb* and getTxt* return JComboBox and JTextField and that wo
I am putting a JTable开发者_运维知识库 in a JScrollPane, but the table only contain several rows, which makes the rest of the space in the pane just empty.
I have List and List and I need to create JTable with theese two columns. I am confused with mo开发者_开发技巧del, can anybofy show me how to do that please, I am new to swing and Java ?Please check o
I have a problem where I have a JTable and a custom model, with concurrent access problems when the model is modified during the rendering phase. I receive an exception like the following, because I a
I have a JTable with a custom Cell Renderer for multi-line cells. Everything is ok, the JTable is painted ok in the screen and I am very happy with it, but ast night when I tried to simply print it, I
I am having trouble understanding why this might be happening.I have been searching online for a similar problem but couldn\'t find one.
I cannot seem to manage to complete this functionality. I need this to write out to a text file. My JTable is populate开发者_如何学God when a query is run, the query results then populate the JTable.
I have a JTable where one column occasionally has a fair amount of text in it. There are algorithms that we\'re using to expand the height of each row to the tallest cell. The problem is for long text
I have a JTable with row selection enabled. Before today, my desired functionality was for double-clicking on any given row to open up a new window. And before today, that worked just fine.
i am working on a school project where i am building an applet.. i have encountered a problem i cant solve, i have 2 classes...