• 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

Images+Combo box

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 3 tab panes - shopper details, oreder details & recipient details. With the help of repaint method, I am displaying animated images one by one. The problem is as soon as the applet gets started, I have to clik on the tab panes area so that the tabbed panes and the components and their fields become visible. Also I have used combo box for three components. It is not working. I am getting the tabbed panes & the text fields as soon as the Applet gets loaded but still my Combo Boxes are not working. My Combo Boxes were working fine before adding animated images and repaint method in the tabbed Panes. At present I am using the getCodeBase() method to get the Images but then I tried with the getDocumentBase() method too, but still the combo box is not working. Is there any method which will display animated images along with the tabbedpanes and text fields without using the repaint method? Thanks
 
Ranch Hand
Posts: 1874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
usha, Welcome to javaranch.
PROPER NAMES ARE NOW REQUIRED
Please look carefully at official naming policy at javaranch & reregister yourself with proper first & last name. Please adhere to official naming policy & help maintain the decorum of the forum.
Waiting for your posts with proper first & last name. Once you have reregister , please let us know about that & then your previous account will be disabled.
Another thing , your post is not approporiate here. I think you will get quick response in " Swing , Awt " Forum.

Regards.

Your Friendly Bartender
Shailesh.
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to Swing forum
reply
    Bookmark Topic Watch Topic
  • New Topic