Video « Development « Java Swing Q&A





1. Is it possible to record video of a Java Swing Component?    stackoverflow.com

I am looking for a way to make a video out of a java JComponent. I found ways to save components as images, but ideally I would like to be ...

2. Can I make a video of a running Java Swing application on the fly?    stackoverflow.com

I have a Java swing GUI program that renders anywhere between 1 and 25 frames per second. It is only one window and only one panel to which I do all the ...

3. Simple MPEG Video Stream player, cross-platform, in java, via NetBeans + Swing?    stackoverflow.com

Trying to build a very simple video player component in a JPanel (or something similar) to sit in a swing app, connect to an mpeg (or, really, anything VLC can output) ...

4. (discussion) challenges in creating a video player that can stream a video from remote server    stackoverflow.com

I am jay, I am supposed to write a video player which should have a capability to stream a video from a remote server. There may be more than one video streams ...

5. Rendering HD video in Java Swing? Too slow?    stackoverflow.com

I would like to enable HD video playback for my Java Swing application but I am concerned about scalability and apparent lack of direct screen write access. I have a native ...

6. How to play video in Java Swing?    stackoverflow.com

How to play a video in Java Swing? Is there any Swing components for this?

7. Which program to use to capture Java output as video    stackoverflow.com

I need to capture the output of a Java Swing program as video for the purpose of demonstration. I have tried Taksi video recorder and CamStudio, both of them are taking ...

8. Is there a way to take screenshots of current running Java desktop application and stream it as video?    stackoverflow.com

So I have a java desktop application running on a server. I would like to take series of screenshot which can be streamed to the client. It should be almost as if watching ...

9. What is the best way to show a video in a swing Application    coderanch.com

If you're going to be showing a viseo with JMF, the best bet is probably an application... If you did this in an applet, you would have to provide JMF to the user and they would have to download it every time ( or install it so their VM could find it ) because JMF is not a standard Java package. ...





10. Some video cards don't work well with Swing Applications?    coderanch.com

Has anyone had trouble with their swing application running on certain video cards? I am currently testing an application, seems to run fine on a few systems except for a system with a VIA TECH 8361/8601 video card(onboard video). Reducing the the systems resolution to 640x480 and 256 colors causes the program to run fine. Anything above that and parts of ...

11. record video    coderanch.com

12. video support    coderanch.com

13. Playing video's according schedule    coderanch.com

hi all, I developed an application using jmf and swings which plays video clip's,scrolling text and pop-up window(panel) on a screen playing according to schedule , 1.The problem is that we are getting blank screen between the video clips. 2. For ex.there are 5 playlist in schedular, but has to play according schedule but the playlist is not in the loop ...

14. Swing: Playing Video    coderanch.com

15. Download Swing video tutorials    coderanch.com

16. Make video from pictures    coderanch.com





17. running a video instance    coderanch.com

18. Capturing video with Robot    java-forums.org

Hi I am using the robot class to capture the screen. It is working fine except when I try to capture video (for example from a Windows Media Player window) in the screen shot it just comes up as a black box where the video should be. Does anybody know why this is? Thanks

19. rewind like a video tape    java-forums.org

20. How to show video file in java swing ?    forums.oracle.com

Hi Friends, I have a critical problem, i am unable show video file in swing components, can some one help me to write a program to show or open video file in java swing components. If possible send me some sample code that can help to develop larger programs. Thank you regards RSK

21. Video in GUI    forums.oracle.com

22. inserting video on a GUI    forums.oracle.com