Using Object tag instead of Applet tag why?443 (7/14/2012 9:01:31 AM) comp.lang.java.programmer I read at a few places on net to use "Object" tag instead of "Applet" tag.
Why? What is the disadvantage of using Applet tag?
I have a game which I publish as below
Game applet
What will be the ... Sanny
Updating code from jdk1.2 to recent jdk SE 1.62132 (7/10/2012 5:07:26 PM) comp.lang.java.programmer Well I had a program/ Applet in Java 1.2 I want to migrate the code to Java 1.6
Will I see any benefit with the migration?
1st what are the things that I can use/ redesign for improvements?
Does compil... Sanny
Creating Archive Files in Eclipse with images.1122 (5/18/2011 12:16:38 PM) comp.lang.java.programmer I have created an applet that has 20-30 images. I want all of them to be put in one archive file. and I just display the archive file in applet. I found somewhere I can omit the .class prefix. My images ... Sanny
Java left shift and right shift operators.4621 (4/26/2011 7:38:12 AM) comp.lang.java.programmer I have a problem where I have to do left shift and right shift. Long N; int shiftby; output = N >> shiftby; Above N is shifted right. Example if N=11101101 [binary value] will become: 1110110 when shiftby=... Sanny
Getting rid of "if condition" by some math equation.37180 (7/14/2010 6:16:45 PM) comp.lang.java.programmer I use String comparision and if "str.charat() is not '-'"
We add bit value to xx.
The below code takes long time as we need to do 50 "if" comparisions
each time the function is called.
Below is the sa... Sanny
Need to recompile a Java Applet as an Executable4744 (1/29/2010 7:53:01 AM) comp.lang.c I have a Java Applet which is quite slow. There are a few functions that are called by the Java Applet. I want those functions to be run as fast as possible. One Option is to use Native Support. Does an Appl... Sanny
How to ask browser to refresh the page cia an applet?113 (9/23/2009 5:18:48 AM) comp.lang.java.programmer I have a game applet. I wish that once the game iscomplete the Browser is refreshed. I do not want the applet to get javascript access. As many of the browsers do not allow Java applet to access scripts. Wha... Sanny
Applet Crashes on Firefox.86 (9/23/2009 4:41:30 AM) comp.lang.java.programmer I have an Applet which works fine on my system and many other systems. But a Web Visitor using my applet on Firefox. His Applet Crashes giving below error. He has latest Java Plugins Installed. Exception in t... Sanny
I designed a Automated chatting System430 (2/14/2009 5:45:37 PM) comp.ai.philosophy GetClub Automated Chatting system is ready now. Chat with GetClub: http://www.getclub.com/ An automated chatting program. (FREE) You can start chat as a guest. You can use your old account and login. It will... Sanny
I wish to design a system that can Talk #2327 (2/10/2009 12:00:17 PM) comp.ai.philosophy I wish a program that can talk with people. What are the ideas by which a program can Talk with Humans. I have already created a Chess Game which can think like human players and Play Chess. Play Chess: http... Sanny
softtanks22's replies:
Items(9) /1
How to run applet in -server mode?527 (1/28/2009 12:27:48 PM) comp.lang.java.programmer Java apps can be run in -server mode by sending -server parameter. Is there any way to send -server mode for applet to increase its speed? I want that JVM speed up my applet even if the download and startup t... softtanks22(33)
WTF Is Going On Here?!1222 (5/28/2009 5:01:58 PM) comp.theory I got a clever idea yesterday about how certain mathematical operations are "lossy," like the dot and cross product, because they can't be inverted, looked up entropy in my old texts, and I seem to have found ... Bluuuue
A Very Brief History of Mathematics1429 (7/17/2009 1:30:46 AM) comp.theory A Very Brief History of Mathematics 150 B.C. Brahmi Numericals: Origin of Hindu-Arabic numerals. 825 A.D. Base 10 numeration system: Arabia. 1479 Hindu-Arabic digits as we see them now. 1489 + and - are introd... marty.musatov(1142)
Applet Crashes on Firefox.86 (9/23/2009 4:41:30 AM) comp.lang.java.programmer I have an Applet which works fine on my system and many other systems. But a Web Visitor using my applet on Firefox. His Applet Crashes giving below error. He has latest Java Plugins Installed. Exception in t... softtanks22(33)
Need to recompile a Java Applet as an Executable4744 (1/29/2010 7:53:01 AM) comp.lang.c I have a Java Applet which is quite slow. There are a few functions that are called by the Java Applet. I want those functions to be run as fast as possible. One Option is to use Native Support. Does an Appl... softtanks22(33)
Java left shift and right shift operators.4621 (4/26/2011 7:38:12 AM) comp.lang.java.programmer I have a problem where I have to do left shift and right shift. Long N; int shiftby; output = N >> shiftby; Above N is shifted right. Example if N=11101101 [binary value] will become: 1110110 when shiftby=... softtanks22(33)