Search:

Type: Posts; User: JavaPF

Search: Search took 0.14 seconds.

  1. Re: I'm not sure how to initialize GraphicsDevice and Window

    Yes you can play video in a Java applet. Take a look at the Java Media Framework.

    Java SE Desktop Technologies - Java Media Framework API (JMF)

    Java Media Framework - Wikipedia, the free...
  2. Re: I'm not sure how to initialize GraphicsDevice and Window

    Hello DotChris,

    Welcome to the Java Programming Forums :D

    Try:



    GraphicsDevice myDevice = null;
    Window CallofDuty = null;
Results 1 to 2 of 2