i want create a windows gadget using java applet programe which contentiously take a live updates when i connect internet from my system
we can extract any widget html codes from any web page.......
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
i want create a windows gadget using java applet programe which contentiously take a live updates when i connect internet from my system
we can extract any widget html codes from any web page.......
Sorry, but your question is generic, a bit confused, and not easily comprehensible. Java applets "live" into a web page ... they are not "gadgets" (in the sense like for example Microsoft Windows 7 gadgets) and they are not "standalone" applications (which are another thing). And apart this, it's not clear which is your objective when you say "we can extract any widget html codes from any web page".
Andrea, www.andbin.net — SCJP 5 (91%) – SCWCD 5 (94%)
Useful links for Java beginners – My new project Java Examples on Google Code
in my saying applet or awt can be used as web browser enable format as it support html tag we can also inclued any widget such as
<script type="text/javascript">var _mcq=["6",""];</script><span id='_mc_mg6'></span><script language="JavaScript" src="http://stat1.moneycontrol.com/mcjs/common/mc_widget.js"></script><noscript><a href="http://www.moneycontrol.com">Sensex/Nifty</a></noscript>
can this can be open in applet in proper size....
Probably not. An applet is not allowed to access internet sites other than the one it was loaded from.
Why do you want to use an applet instead of an application?
If you don't understand my answer, don't ignore it, ask a question.
Than how application will be created with java without using applet. by the way java is use to create application in java..
Andrea, www.andbin.net — SCJP 5 (91%) – SCWCD 5 (94%)
Useful links for Java beginners – My new project Java Examples on Google Code