Home Answers Viewqa Java-Beginners Guys Help me with this Application(when you put the name of the website it will return the IP of the web)

 
 


Pradyumna Sahoo
Guys Help me with this Application(when you put the name of the website it will return the IP of the web)
0 Answer(s)      a year and 6 months ago
Posted in : Java Beginners

import java.awt.*;

import java.awt.event.*;

import java.net.*;

import java.io.*;

        public class MyApp extends Frame implements ActionListener {

            TextField url;

            Button ok;

            MyApp(){

                Label urlp=new Label("URL: ",Label.RIGHT);

                ok=new Button("Get IP");                    

                url=new TextField(30);

                add(urlp);

                add(url);

                add(ok);

                url.addActionListener(this);

                ok.addActionListener(this);

                setLocation(200,200);

                setLayout(new FlowLayout());

                setSize(500,500);

                setVisible(true);

                setResizable(false);

                addWindowListener(new WindowAdapter(){

                public void windowClosing(WindowEvent we){

                System.exit(0);

                    }                           

                    });

                }

            public void paint(Graphics g){

                g.drawString( url.getText(),105,105);

                            }

            public void actionPerformed(ActionEvent e){

                    repaint();

                    }



            public static void main(String args[])throws UnknownHostException,MalformedURLException{

            new MyApp();

            InetAddress ip=InetAddress.getLocalHost();

            System.out.println(ip);

            InetAddress SW[]=InetAddress.getAllByName("www.google.com");

            for(int i=0;i<SW.length;i++)

            System.out.println(SW[i]);



                            }

                                }
View Answers









Related Pages:
Guys Help me with this Application(when you put the name of the website it will return the IP of the web)
Guys Help me with this Application(when you put the name of the website it will return the IP of the web)  import java.awt.*; import java.awt.event....: ",Label.RIGHT); ok=new Button("Get IP
Guys Help me with this Application(when you put the name of the website it will return the IP of the web)
Guys Help me with this Application(when you put the name of the website it will return the IP of the web)  import java.awt.*; import java.awt.event....: ",Label.RIGHT); ok=new Button("Get IP
Hey Guys really need to learn - Java Beginners
? Someone can help me.. Thank you so much.   Hi Friend, There are lot...Hey Guys really need to learn  Im a java beginner and i want to know how can i input 3 value.. Wath i mean is in C, to you to be able to input number
guys,, need help,, in java programing,, arrays
guys,, need help,, in java programing,, arrays  create a program where you will input 10 numbers and arrange it in ascending way using arrays
help me
help me  Create a GUI application that allows a user to select a text...) count and display the number of words in the file (Hint: You can use.... (Hint: you can use the static methods of Character class ΓΆβ?¬β?? isDigit
help me - Java Beginners
help me  helo guys can you share me a code about Currency Conversion.Money will convert according to the type of currency.would you help me please... into 2 decimal places sample 1.25) Mexican_________ guys help me..thank
help me in solving this error
help me in solving this error  Hello, i have installed tomcat 6.0, i am getting following error while running application..."); PrintWriter out=response.getWriter(); String name
pls help me!!!!!!!
how to implement the push operation  how to implement the push operation to get a new screen for developing iphone application   In iPhone applications "PUSH NOTIFICAION" notify users when a specific update occurs
help me
help me  hi sir pls tell me how to use ajax form validatin from very simple way with two ot three text field pls help me use ajax in php my email id is:- rohit11tripathi@gmail.com pls sir give me some vasic information i know
help me
button, and nationality I'm using dropdown list. Please help me. your kindness...help me  Hi I'm loges. I'm doing my final year project now, I have some problem in my project and i need some help on it. NowI'm doing a site
help me...
help me...  there is the picture given - cat - dog - rabbit - mouse a. create a class name b. create its attributes (at least 3 attributes) : species, size, leg c. create its methods ( at least 3 methods) : walk, eat, sleep
help me..
help me..  Design and write a class named Person and its two.... A person has a name, address, phone number and email address. A student has...) to display the class name and the person?s name. Also define a suitable
help me
help me... class.Several lines of customer should be displayed. you can add a new customer by pressing a key. you will need to determine how the customer will decide which line
Help me
Help me  HI I am using Tomcat6.0 this is the problem i got wen i run...;quot;text/html&quot;); PrintWriter out=response.getWriter(); String name...;body>"); out.println("Invalid User name OR passowrds"
Help me
Help me  HI I am using Tomcat6.0 this is the problem i got wen i run...(); String name=request.getParameter("name"); String pass...;"); out.println("<body>"); out.println("Invalid User name
Help Me in My Java Work
Help Me in My Java Work  Can you help me please... Write a Java application, to be called GpaCalculator, which will return a grade point average (GPA) when given a range of decimal figures representing a selection of exam marks
help me in these - Java Interview Questions
help me in these  hello every body i have some question if you cam plz answer me it is important to me and these are the questions : 1)Write... application ?? 6) write a method that takes an integer value as parameter
help me out...!!!!
help me out...!!!!  i have to make a project on console based application in java.. so can anyone guide me with some gd ideas that can be implemented
Help me quickly plz??
Help me quickly plz??  Can you help me to write code quickly this code is a java code take input as double and should use command line arguments and enhanced for statement then find the combine of the numbers plz help quickly
please help me...
please help me...  write an application that print number in the following order using a FOR-Loop 1 2 3 4 5 2 4 6 8 10 3 6 9 1215 4 8 121620 5 10152025
Help me plzz
project not web project so kindly provide me a help.... It will be good for me if u...Help me plzz  Hello Roseindia.... I need ur help urgently... I am working on a struts but too beginner to work on it..... I need ur help I am
help me to solve this question...
help me to solve this question...  Given below is a class definition... String getTitle() { return title; } public double getPrice() { return... and then create an array name myLibrary of type Book with size n. Using loop, create n
help me to solve this problem..
help me to solve this problem..  Given below is a class definition... String getTitle() { return title; } public double getPrice() { return price... and then create an array name myLibrary of type Book with size n. Using loop, create n
help me to do it in jsp
help me to do it in jsp  if we click on a topic it should direct to another page in separate window i need to create a part of the web page which... to insert and update the topics via admin page. pls help me to do
please help me
drop down list should show the list of name in the department that chosen before. This name list should get from the database. Please help me. By the way, I'm...please help me  Dear sir, I have a problem. How to write JSP coding
Help me - Java Beginners
Help me  please help me in writing a program in java "A student has a name,roll no., class, home address, date of birth. First dessigne a suitable...: year/month/days). You will have to define a class for triple
please help me to this problem..
please help me to this problem..  i wrote a program like keyboard and i used [JTextFiled] means that just you can write inside the program (i.e inside the JTextField) but i want to make this program to let me write where i
Please help me fix this code - MobileApplications
Please help me fix this code   Please help me in this area of code...*************************************************** basicDetails = new Form("MXpence Application... Name:", "", 200, TextField.ANY); staffDepartment = new TextField
Please help me
Please help me  program for when a user enter his card number, it has to create default security pin in the database
help me to solve this question
help me to solve this question   A user needs to key in data... name, School, course code, course name, session, semester A user can edit the data... code, course name, session, semester A user can display all the records
plz help me - Java Interview Questions
plz help me  1)Rewrite the method in exercise 10 such that it use... value in not found . you also need to use a sort algorithm for this problem " you should solve this problem in two ways: using iteration and recursion 2
Please help me urgent...........
Please help me urgent...........  For what kind of a problem would... and not a Tree Set   Hello Friend, If you want to display the list of values in an ascending order, then you have to use Tree Set. Tree Set contains
please help me
please help me  interface Test1 { String toString(); } public class Test { public static void main(String[] args) { System.out.println(new Test1() { public String toString() { return "test
Can someone help me with this?
Can someone help me with this?  I have this project and i dont know how to do it. Can someone help me? please? Write a java class named "PAMA..., Multiply, Divide) Help me please! Thanks in advance!   import
HELP ME - Java Beginners
HELP ME  How can I write only digits in the the textfield when I am using keyTyped and keyPressed metods of KeyListener, but I do not want to write an any character in it?(This question means when a user pressed a key in keyboard
java, plz help me in doing this - Java Beginners
java, plz help me in doing this  # Write a small record management application for a school. Tasks will be Add Record, Edit Record, Delete Record, List Records. Each Record contains: Name(max 100 char), Age, Notes(No Maximum
Please help me
Please help me  Hi Sir, please send me the code for the following progrems... 1) all sets are integer type: input: set1={10,20,30,40... are you doing" output: "doing you are what Hi"   1) import
please help me here
please help me here  please show me how can this show the right...: if no: it will return to: Would you like another transaction? ... heres the code thati...] Deposit [W] Withdrawal [Q] Quit select you OPtions: once i have chosen an option
please help me here
please help me here  please show me how can this show the right...: if no: it will return to: Would you like another transaction? ... heres the code thati...] Deposit [W] Withdrawal [Q] Quit select you OPtions: once i have chosen an option
Plz Help Me
traffic light on the frame. We have used java swing. It may help you. import...Plz Help Me  Write a program for traffic light tool to manage time...; return new Dimension( size, size ); } public void paintComponent
help me - Java Beginners
help me   i want to create a login form in java with jdbc connection in ist form there will two label for passworrd and user name and two button... form for new user where name phoneno adress will be there plese i want this  
Can you help me with applet?
Can you help me with applet?  I'm very new to applet, and i'm weak in graphic design part. How can i add the graphic in my test project? Can you help me with this: import java.io.*; import java.util.*; import javax.swing.
Please help me to create this coding for pizza order application using a handheld computer.....
Please help me to create this coding for pizza order application using a handheld computer.....  You work as a programmer for IT-Tech a small... in the kitchen which displays the orders to be cooked. anybody please help me
would you please help me?
would you please help me?  Write a class Amount which stores sums of money given in pounds and pence. Your con- structor should take two ints, for pounds and pence seperately. The class should also provide methods to add
HQL Statement: Please help me
= Product.productGroupVersionId and Product.lobId = ? Can you please help me equallent HQL...HQL Statement: Please help me  Select ProductFamily.* from ProductFamily, ProductGroup, Product where ProductFamily.productFamilyVersionId
help me in disabling checked checkboxes
help me in disabling checked checkboxes  <%@ page language="java......and when we again goes to this page via request/responce from web server... as enabled. I have stuck this problem from last 2 days....so please, help me out
plz help me - Java Beginners
plz help me  Hi, I want to search all field from database using name, and display in text box, then data is update and delete. i want to search name using alphabets a-z, plz reply fast. plz help me this is very urgent
Problem in setting IP address for a JFrame Class Desktop Application
. But when we put it in a system which has a proxy setting for internet connection... addresses. Kindly help me.....Thanks in advance...Problem in setting IP address for a JFrame Class Desktop Application  
Help me please!!! - Java Beginners
Help me please!!!  im badly needing the complete code for this project in java!!! can you please help me???!!! it is about 1-dimensional array... the answers 8Hours from now!!! Kindly help me!! please!!please!!! NOTE
plz help me!!!!!!!! - JSP-Servlet
there are compilation errors.. plz do help me.   make sure that you did...plz help me!!!!!!!!  i`ve set the environment varaibles for tomcat...(f) /Student /WeB-INF(f) /Classes(f

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.