Hi,
I want to use the JTable to display some textes. So I'd written an own model to fill the table. The datastructure of the model is VectorxVector.
Now I've a problem. When the text extends a specific length, the program throws a NullPointerException.
Do you have any suggestions to solve this? Or does anyone know the limit of characters, which can be written in a column?
I'd placed the JTable on a JScrollPane. The property verticalScrollBarPolicy is set to AS_NEEDED.
cu Kostarsus
I want to use the JTable to display some textes. So I'd written an own model to fill the table. The datastructure of the model is VectorxVector.
Now I've a problem. When the text extends a specific length, the program throws a NullPointerException.
Do you have any suggestions to solve this? Or does anyone know the limit of characters, which can be written in a column?
I'd placed the JTable on a JScrollPane. The property verticalScrollBarPolicy is set to AS_NEEDED.
cu Kostarsus