• 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

Some unwanted behaviour

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I've got a refresh() method that refreshes everything whenever a CRUD is finished.
The thing is when this method is called within refresh(), this method will take me to the livingAreaDis JFreeChart even though patientDis JTabbedPane was active.

How do I make JTabbedPane + JFreeChart display consistently and correctly?
Thanks
Jack
 
Jacky Luk
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
// inherited class


derived classes:




I don't know why the charts are very unstable....
Please help.... quite urgent. Thanks

The problem is the First Tab is active, the second Chart is displayed
or the second tab is active, the first chart is displayed, but not always

Jack
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jacky Luk wrote:Please help.... quite urgent. Thanks


You've been around here long enough to know that you should EaseUp.
 
reply
    Bookmark Topic Watch Topic
  • New Topic