• 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

How to change the cloth image color in applet

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Java Rangers:
I am new relateively to Applet, but I am familiar with J2EE.
I need to create an applet which do the following tasks:

(i) Based on the user's selection of the cloth style from the drop down
list, display this style of cloth image with the default color scheme.

(ii) Provide the dynamic selection of the color choices, such as red, green, yellow, etc...in the drop list for the different part of cloth, such as sleeve, Collar, etc, and re-draw the cloth image based on the user's color selection.

Can anyone in this forum tell me what is the best strategy to implement this kind of Applet to achieve the basic requirement?

Any suggestions are welcome.

Thank you in advance....


John Smith
SCJP SCWCD SCBCD
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this might start you off
its just a simple app to change colors

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic