• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

converting java to swf

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have got the solution for converting shape such as ellipse, rectangle in java to swf format.
But i have a problem to convert animated images, components such as JPanel and JTextPane in java to swf.
Please help me in this problem as soon as possible.
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JPanels would be movieclips in swf.

Inside your JPanel you put your objects/graphics.

I believe there are text field options in swf as well..

Your question is quite tricky to understand
 
Ranch Hand
Posts: 824
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by kuldeep patel:
I have got the solution for converting shape such as ellipse, rectangle in java to swf format.
But i have a problem to convert animated images, components such as JPanel and JTextPane in java to swf.
Please help me in this problem as soon as possible.



Let us know how you achieved conversion of java shapes into swf. So we can give some feedback. Otherwise it's very difficult for us to understand the problem.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic