Search:

Type: Posts; User: jashburn

Search: Search took 0.08 seconds.

  1. Re: How to display .swf files in java code JEditorPane using eclips platform

    Please reconfirm that it is SWF files that you need to deal with, and not SVG files. Also, please elaborate on the aim of this college project - what your prof expects you to learn from this project....
  2. Re: How to display .swf files in java code JEditorPane using eclips platform

    Please elaborate on how you'd like it to work. E.g., do you want to display the swf file as if it was in a browser? I see on the GUI there are sections for DOM Structure and Attribute. How will they...
  3. Re: How to display .swf files in java code JEditorPane using eclips platform

    There are 3 immediate problems that you need to fix first.

    1. Multiple JEditorPane instantiations

    In your code you have:

    The 2nd JEditorPane instantiation is unnecessary, in fact it causes...
Results 1 to 3 of 3