• 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

JInternalFrame (flashing)

 
Ranch Hand
Posts: 333
1
Mac Eclipse IDE Safari
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a MDI type of application and under certain circumstances I would like to alert the user to a particular JInterframe and wondered if this could be done through some kind of selected/focus on, off sequence. Failing that changing the colour of the title bar and then back again. I've tried and failed miserably with .setVisible / .setSelected / .setEnabled. I found a routine that would let me introduce a 1 second delay between changes of the properties just in case it was all happening too quickly but without success. Has anyone done something like this and if so could the give me a pointer in the correct direction.

Thanks

Dave
reply
    Bookmark Topic Watch Topic
  • New Topic