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

Abdul Latif

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
i am not familiar with java graphics design, can anyone help me to design the code for the following programme.
Write an application:
1. Which has complete menu system i.e. menu bar and different menus like File, Edit etc.
2. Which can open a graphics file like bmp file, Jpeg file etc. using a file dialog box.
3. It should have options to edit the file and make modifications like graphics, editing and Application.
Different operations to be supported by the application are:
a. Increase and decrease in brightness.
b. Convert to gray scale.
c. Invert the colors.
d. Modify the contrast of the picture.
e. Emboss the picture.
You can use either awt or swing
thanks in advance
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
1) Surely you can come up with a better subject line?
2) Please do not cross-post the same question in multiple forums. It just wastes people's time.
thanks,
bear
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Follow-up here.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic