• 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

JDialog dispose problem in MAC OS

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
having a hard time understanding which causes a ghost-like dialog in MAC OS.. is it the code itself, jvm used or something else. lets say i have 2 dialogs , A and B. dialog A was disposed but after closing dialog B(later activated after closing dialog A), a blank non-responding dialog A remains on the screen. the application works fine in other OS(linux, win32, solaris, aix).. prob is only encountered in MAC. pls lend some nformation.. thanx!
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm pretty sure that this is a bug with the Swing implementation/JVM on Mac OS X. I get the same problem when running pure Swing apps like IntelliJ or SmartCVS. The only thing to do is wait until the next version comes down via the software update feature, unfortunately.
By the way, could you take a quick look at the naming policy and change your screen name?
Thanks!
Simon
[ October 14, 2003: Message edited by: Simon Brown ]
 
star
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanx for the reply..
guess have to drop MAC support then,
and have to wait for their next jvm release..
thanx agen!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic