• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Split Pane not working

 
Ranch Hand
Posts: 99
Android Mac Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I was trying to implement a Split panel using a list box on the left and 3 differnet panels on the right I was not able to it I think the list event is not registered or its not firing



so I tried the old S.o.p trick also with a new addition but still did not work but I was able to get the S.o.p but not the right panel is not getting displayed




I need some help on this
here is the complete code of the program



-Suman
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Works OK for me - win98SE, java 1.4.0

I click on any of the 3 items in the list, and the panel changes to what seems
to be the correct panel
Device List ---> panel with "Filter by IP Address"
Device Prop ---> panel with "Select Properties"
Alarms ---> panel with "Print Alarms"
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Works OK for me too - winXP, java 1.4.2
 
Suman Mummaneni
Ranch Hand
Posts: 99
Android Mac Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

it just did not work for me yesterday. I think my system need a hardware update or some thing like that. I am using JDK 1.5.0_01 which is the latest JRE and NetBeans 4.0 which is also the latest. I do not really know what went wrong. Any way thanks for running the code and responding

-Suman

 
Cob is sand, clay and sometimes straw. This tiny ad is made of cob:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic