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.

Results 1 to 6 of 6

Thread: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    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.......


  2. #2
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    Quote Originally Posted by santosh tiwary View Post
    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.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  3. #3
    Junior Member
    Join Date
    Dec 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    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....

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    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.

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    Than how application will be created with java without using applet. by the way java is use to create application in java..

  6. #6
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: how can i create or change a widget of any web page into a gadget of windows useing java basicly applet

    Quote Originally Posted by santosh tiwary View Post
    Than how application will be created with java without using applet. by the way java is use to create application in java..
    A Java "standalone" application has one class with the well known public static void main(String[] args) method. This is the "entry" point of the application.
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

Similar Threads

  1. How to download protected web page using JAVA
    By angeles86 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 22nd, 2012, 07:20 AM
  2. Control web page from java swing frame
    By gafaec in forum AWT / Java Swing
    Replies: 2
    Last Post: August 16th, 2011, 08:57 AM
  3. Replies: 2
    Last Post: April 21st, 2011, 10:29 AM
  4. Downloading web page with java script enabled through Java
    By mashimaro in forum Java Networking
    Replies: 1
    Last Post: November 13th, 2010, 09:28 PM
  5. Replies: 1
    Last Post: March 11th, 2009, 04:41 PM