• 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

draw shapes on video and photos in java

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
not sure if this is the right forum but I would like to learn how to write a java swing program(not applet) that can open video files to be played. the main thing i also want to do is be able to draw shapes on top of the video like lines, ovals, rectangles etc.

does anyone know how i would get started?
I have been putting together a swing program that just draws shapes on a frame but i want to load video and draw on that.

should i use this Java media framework, will this be the key to me acheiving this?

and basically do I only need to be able to load my videos and create a transaparent frame over top to draw on?

thank you.
[ June 14, 2005: Message edited by: david lightman ]
 
Space pants. 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