Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6759791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:59:31+00:00 2026-05-26T13:59:31+00:00

I need to write an app with a GUI interface that works on Windows

  • 0

I need to write an app with a GUI interface that works on Windows and Mac that can be downloaded and installed by the user. My first thought is to do it in Java, but my experience with Java GUIs in school was not easy. The requirements also include that the app will discover its own ip address and all ip addresses on the network.

I have three questions:

  1. What is a practical and easy way to make a GUI interface for windows and Mac.
  2. How to run ipconfig to get the IP on the local machine from your recomended programming language.
  3. How to ‘discover’ all IPs on the local network.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:59:32+00:00Added an answer on May 26, 2026 at 1:59 pm

    1) you can use Java Swing. I suggest using Eclipse.

    2)

        try {
            InetAddress a = InetAddress.getLocalHost();
            System.out.println(a.getHostAddress());
        } catch (UnknownHostException e) {
        } 
    

    it will print the IP address i.e. 169.254.10.19

    3) you should perform a sort of ping scan on your network. try to open a connection on port 7 for each ip address, if it returns false, you can skip the IP, otherwise you found one.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write an app on Mac OS X that would send remote
I need to write an app that reads a config file with info on
I need to write an app that retrieves data on expiring SSL certs. What
I need to write an app which can observe and manipulate the positions of
I need to write a small console app (patch) that turns off the print
Usually I develop in Java but now I need to write an app that
I need to write an Android app that would download sounds from the internet
I need to write an app in C# that opens an Excel file which
I have a batch file that calls a Windows GUI application. The GUI app
I need write an update statement that used multiple tables to determine which rows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.