illya figotin

Greenhorn
+ Follow
since Aug 09, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by illya figotin

Sayuri:
Yes, I check for isSelected. But the end, any changes I've made will disappear, because JTable puts my JTextArea in the cell area, so it is still in the cell rectangle, and it doesn't look like JTextArea.
Could you please advise me something in this case?
Thanks.
Ilya.
22 years ago

See, I don't want to reseize whole row, I want to make this JTextArea to be visible over other cells,when the user edits it.
Like people do with JComboBox - it overlapps other cells. Or JPopup menu, it is a pop-up window. So, now I need to figure out how to make JTextArea a pop-up type of windo.
Do know how can I do it?
Thanks for your help.
22 years ago
Hi!
Does anybody know how to make an overlapping (popup) window form JComponent? (for example for JTextArea).
I really appreciate any help.
Thanks.
22 years ago
Rajan:
I am using TableCellRenderer and also TableCellEditor.
The problem is that when I am editing the cell with JTextArea,
is shown completely in the cell rectangle. I want this JTextArea to be larger than other cells. In the case of JComboBox it works fine, it is shown over other cells when you edit it.
What do you think the problem here?
Thanks for you respond.
22 years ago
I have the following question:
I want my JTable to be able to edit large text in some of the cells, so that when user clicks on a cell it should expand (like JComboBox expands), and alow the user to edit text in this larger window (JTextArea).
If anybody have any ideas, please let me know.
I really apreciate any help.
Thanks.
22 years ago