• 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

missing Jlabel content

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

i have a java swing code with not an iota of issues.( it has 2 panels and components in that panel. one north panel, one is south panel. the south panel has only one JLabel).
i have converted that into applet.


now the south panel which is supposed to sow the status messages is only partly visible ( for example, if it has to show registered : sip:bharani@xxx.xxx.xxx.xxx it will only show regis.... ) when i resize the window (when run from the IDE it will be fine. everytime i have to do this when i restart the applet. running from ide does not matter. while running from browser too it has the same problem but it wont be fixed with resizing the browser.

what might be the problem
thank you in advance

 
reply
    Bookmark Topic Watch Topic
  • New Topic