• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

paint doesn't work

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i just can't figure out why it is not working. What i mean is that nothing is being added to the applet, although it should show some elements. plz could you look at it and give a hint.

thank you in advance.
[ July 02, 2003: Message edited by: Andrew Lit ]
[ July 02, 2003: Message edited by: Andrew Lit ]
 
Andrew Lit
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i figured it out
add(topPanel, "NORTH"); is wrong, it must be
add(topPanel, "North");
damn so much time wasted because of this
reply
    Bookmark Topic Watch Topic
  • New Topic