Is it possible to remove the dependence on Canvas in the .setVideoOutput() function in JVLC? There are a lot of issues with using a Canvas and other Swing components together. There is a lot of documentation that suggests that JCompenent, JLabel, JPanel and some others should be used as a replacement for awt.Canvas.
Specific issues I am running into are describes in this article:
http://java.sun.com/products/jfc/tsc/ar ... index.html
If it is possible to Overload the function to allow for possible sending different components or even just a Graphics component would help out a lot.
Thoughts?
ps. - I am using the latest 0.9 version.