• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Have problem in JTreeTable Exapnd Collapse.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have repaint problem with JTreeTable while collapsing the node. I have added JList component in second coloum of the table; when I select the JList and collapse the parent node; the JList is not collapsed with the row, it is stuck in that particular row.

Please find the attached images for more details.

jtreetable_expand_state.jpg
jtreetable_collapsed_state.jpg

JTreeTable_Expand_State.jpg is the normal expanded mode, when I click on "C" List box and collapse "A" parent node, "C" List box stays in its position as shown in image JTreeTable_Collapsed_State.jpg. Can any one please help me to solve the problem.


Regards,
Selvin
 
Selvin Raj
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please help me on this.
[ June 28, 2008: Message edited by: Selvin Raj ]
 
Marshal
Posts: 79178
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Selvin Raj:
Need Help on this. Urgent.......

Ease Up. Obviously nobody knows the answer, and writing "urgent" simply serves to annoy. Suggest you post more details, including a little code. Make sure to use the "code" button for that.

And welcome to JavaRanch
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Those jpg links redirect me to a java-forums.org login page - it would be better to host the images on something like ImageShack so people don't have to create an account there to view your image.
 
Selvin Raj
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Nathan,

Here are the images,
Jtable Expanded

Jtable Collapsed
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic