简体   繁体   中英

adding flash in swing components

I am creating a swing application, I like to add Flash in that application. Can we add flash in Swing components?

Thanks...

I think, you should stick to one of both technologies. For example use Flash with ASwing. Or Java with a suitable library to replace the features you need from Flash.
Unless you have a very good reason not to, you should always try to use the least platforms possible.

You should have a look at JavaFX, which allows easier and nicer (than Swing) graphical interactions and animations and integrates nicely with swing.

I don't have any personal experience with JavaFX but a colleague of mine is working on a project that shows the way to the different rooms and buildings in our organization on a map, using a touch screen for input. He uses JavaFX for the GUI and Java for the backend programming, and he is quite satisfied.

JXBrowser is a non-free option ?

Starting from version 2.0, the library allows integration of Microsoft Internet Explorer, Apple Safari (WebKit) and Mozilla Firefox (Gecko) engines for rendering HTML web pages, thus ensuring compliance with many Internet standards (HTML 4, CSS, XML, JavaScript, Adobe Flash, and others).


There is a Java Flash Player also .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM