|
Is it possible to run Java applets in the Android WebKit Browser? If not does anyone know when java applets will be supported?
Started by John Cooper on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Android does not have a full Java VM, and therefore does not currently support Applets its not possible to run java applets in the Android Webkit Browser..
|
|
Everybody talks about Silverlight and Flash and Flex and how cool etc...
Java applets are very similar to Silverlight and Flex, but Java applets exist since 1995 .
What is the reason we don't have any cool Java applet applications around?
My guesses so...
Started by Peter Gfader on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not saying Java applets can't be used to make "cool is that microsoft....
JavaFX is comparable to Flash and Silverlight.
Applets are for code-intensive applications.
Java applets and the others are for different purposes.
|
|
When java was young, people were excited about writing applets. They were cool and popular, for a little while. Now, I never see them anymore. Instead we have flash, javascript, and a plethora of other web app-building technologies.
Why don't sites use...
Started by Tyler on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe is the possibility to have a 'client....
There are Java applets here and there; definitely not widespread though.
To make an applet.
General purpose language.
I assume it's because java is a "real", ie.
applets.
|
Ask your Facebook Friends
|
I have a Java Applet application ( achart) on my php Webpage ... Problem here is the Java Applet takes more time to load ... I am thinking of replacing these applets with some similar technology but fast ... I am counting on Ajax... what are my other ...
Answer Snippets (Read the full thread at stackoverflow):
Alternatively....
Turn on applet tracing in the java control panel and you should.
If you have potentially greatly reduce your startup time.
Shrug Its the nature of the beast....
Java applets load slowly.
For some Java libraries.
|
|
Duplicate: JavaFX is now out: Are Applets and Java Desktop officially dead/dying? Why do applets have such a low adoption level?
Is it safe to say that if I create something as a java applet that it will be abhorred by all and die? Let us assume, just...
Started by johnny on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It'll make it much less attractive, that's for sure.
I actually see Java applets prettySlow loading times of Java, alien user interface will surely kill it.
I think this has a chance to lift up Applets from the dead.
|
|
Hello to all,
I am designing a psychology experiment with java applets. I have to make my java applets full screen. What is the best way of doing this and how can I do this.
Since I haven't been using java applets for 3 years(The last time I've used it...
Started by holydiver on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It's not a ....
Write an application that uses a JFrame or JWindow as its top-level container .
If you already have an appletThe obvious answer is don't use applets.
Applets are designed to be embedded in something else, usually a web page.
|
|
When I use Java applets, they tend to be slow, don't integrate very well with the browser environment and often require a few click throughs ("No, I don't want to give this unsigned application free reign of my hard disk").
So, I'm curious.
Are these ...
Started by David Wolever on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Some game sites, like popcap.com, use Java applets image uploader is a Java ....
A few things...
In high school I used to play a ton of Yahoo Games and I'm pretty sure those are all java applets of the old games here .
|
|
I noticed that if you're playing a song at http://listen.grooveshark.com/ and you hit the back button Flash is smart enough to keep on playing the music while navigating "back" inside the Flash application.
Is it possible to implement this sort of thing...
Started by Gili on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When ....
The state of the applet is not preserved.
Http://java.sun.com/docs/books/tutorial/deployment/applet/lifeCycle.html
When the user leaves the page, for example, to go to another page, the browser stops and destroys the applet.
|
|
I was wondering if it's possible to write cookies to clients from unsigned applets.
Started by Bassel Alkhateeb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Small note here, you need to add the plugin.jar from the jre/lib directory to... .
You may find these links useful:
http://java.sun.com/products/plugin/1.2/docs/cookie.html
http://mindprod.com/jgloss/applet.html
Yes they can, you can use JSObject for this .
|
|
JavaFX is now out, and there are promises that Swing will improve along with JavaFX. Gone will be the days of ugly default UI, and at long last we can create engaging applications that are comparable to Flash, Air, and Silverlight in terms of quality....
Started by thenonhacker on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I wrote some in the late 90s - a Tetris game'
I agree with the others... .
I remember doing some benchmarks then: Java applet of 3 MB (which was large), loadedIn my opinion Java Applets have been dead for years.
applets.
|