• 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

pls help me guys

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • 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:
  • Quote
  • Report post to moderator
If you are waiting for someone to write the code for you, you'll be mighty lonely.
I'd suggest you start writing the program with what you do know, and as you hit stumbling blocks ask specific questions on how to overcome them.
You'll get better responses, and you'll learn more.
hth,
bear
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can read this book:
Java how to program by deitel deitel
www.deitel.com
There's no e-book on it, so u might have to buy.
after reading it, i think u can do ur program urself.
hope this will help..
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might want to take a look at The 2D Graphics Trail of Sun's Java Tutorial.
 
machines help you to do more, but experience less. Experience this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic