user interface - Java Desktop GUI: Drag/Drop, Draw, insert background image -
i have these requirements desktop gui program:
- import image in background
- user should draw on top of (lines, shapes)
- should able click on drawn shapes , move them (mouse move). clicking on points of drown lines, should able move them (shape of obj modified)
- should able drag , drop image ui (from let's right-hand side panel)
- i should able coordinates of drawn points user
my question solution should pick. tried use japplet graphics , 2, 3 , 5. used simple graphics , looks ugly. don't here...
does have suggestions how implement this. can find bits , pieces online, not example has ll together.
is there better way doing?
isn't using jframe better , easier this?
Comments
Post a Comment