Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one,
i dont find simple drawing java app with (cut,copy,past,undo,redo)features
can someone give me an exemple of source code
thank you very much
Posted
Comments
Richard MacCutchan 27-Jun-10 6:50am    
Unfortunately no, you need to search the internet or write it yourself. Take a look at the articles here on CodeProject or the tutorials on the Java homepage.

1 solution

its more a design pattern that you have to use :
design patterns are a way of writing code that lets you do abstract (fluffy) things that also restrict you writing easily maintainable code.

check memento and command pattern...

check this website for the basics :
http://www.dofactory.com/Patterns/Patterns.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900