Re: [JAVA2D] New Java Applet using Java2D.

2007-09-16 Thread java2d
OK thanks for the info Kishore. I read in the applets tutorial on the Sun Java website that applets couldn't load libraries so I assumed they meant *any* libraries. Actually, I was trying to use Log4J with my applet but everytime I included it the applet wouldn't load in the browser even thoug

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-16 Thread java2d
Thanks for good words, Applets don't restrict to use pure Java libraries.Only libraries with native code like 'dll' is not allowed to run in Applets. Timing framework is pure Java library. (Timing framework uses generics, so u need java1.5 or above to run them). Kishore. [Message sent by forum

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-15 Thread java2d
Hi Kishore, That's an impressive looking applet - well done. I am just starting out into the world of applets and was wondering how you managed to utilize the timing framework when I thought that one of the rules of applets was that they can't load libraries? Could you let me know how you got

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-13 Thread java2d
Hello Kishore, In the applet when I am clicking on the Button other buttons are moving aside and the button which is clicked is moving up and resizing bit larger and another panel is coming down from the button and again when I click it is coming to its original Poistion. Usin

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-13 Thread java2d
Pierre, My messenger is only GUI frontEnd for any messenger protocols. It provides set of interfaces. Any protocol(gtalk,ymgr) which implements these interface will work with the messenger. Currently I suspended the development of this messenger,as I am busy in the process looking for new work.

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-13 Thread java2d
Hi Kishore, where can we get hold of your Universal Messenger & does it support the gTalk protocol? Thanks, Pierre [Message sent by forum member 'irond13' (irond13)] http://forums.java.net/jive/thread.jspa?messageID=235189 ===

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-13 Thread java2d
Hello Reddy, what kind of help u want ? Kishore pra_kis at yah [Message sent by forum member 'kishoresjava' (kishoresjava)] http://forums.java.net/jive/thread.jspa?messageID=235186 === To unsubscribe, send email to [EMAIL P

Re: [JAVA2D] New Java Applet using Java2D.

2007-09-12 Thread java2d
Hello Kishore, >Really amazing. >I always love your work on Java Swing as you try for some thing new >I worked with small demos using TimingFramework but never done anthing good like this.

[JAVA2D] New Java Applet using Java2D.

2007-08-10 Thread java2d
Hi, I have developed a Java Applet for my website using Java2D and Timing Framework. Except for screenshots and photos, no images were used, theoretically this applet can scale to fit any size just like Flash. You need Java 1.5 or later to run this applet. It is bit heavy because of sounds and o