user interface - Java Desktop GUI: Drag/Drop, Draw, insert background image -


i have these requirements desktop gui program:

  1. import image in background
  2. user should draw on top of (lines, shapes)
  3. should able click on drawn shapes , move them (mouse move). clicking on points of drown lines, should able move them (shape of obj modified)
  4. should able drag , drop image ui (from let's right-hand side panel)
  5. 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

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -