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 is not behaving properly in linux??

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

I am getting problem with my product which is using JDialog under linux.It is working properly in windows and solaris.When we pass null in title of JDialog in linux at run time it is showing <2> in title bar of JDialog but it is not showing anything in windows or solaris.

I am fresher and I dont know in detail this type of problem but I think it is problem of null value.value of null is different in linux as compared to windows.

I am also getting some other problem with JDialog that in linux message is not displayed properly in jdialog and it is working fine in windows.

So please help me what to do?


guide me where the problem is??
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not post the same question more than once. It causes confusion and duplication of effort as the community tries to help everyone.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic