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 8629995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T08:57:03+00:00 2026-06-12T08:57:03+00:00

I am planning to develop a desktop application that allows to manage client data.

  • 0

I am planning to develop a desktop application that allows to manage client data. I am an experienced Java programmer but I have never really been able to do attractive interfaces in Java, for instance, I personally think the default Swing components are horrible (when I compare it for example with a recent web interface).

So first question would be, how can I make sexy interfaces in Java (that still run on all platforms) ?
Secondly, wouldn’t it be a good idea to make the interface in HTML5? Isn’t it possible to run an HTML5 interface without a web server, as I don’t need the application to be accessible online, thus I don’t need a server.

  • 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-06-12T08:57:04+00:00Added an answer on June 12, 2026 at 8:57 am
    • Metal Look and feel is not friendly (at all), and let’s not even
      consider Motif.

    • Nimbus does a much better job, but still does not look right nor feel
      natural

    • However, on each platform, you can use the “System” look and feel:
      looks ok, feels natural–>Good user experience.

    • If you want to create you own look and feel, take a look at Synth. It
      is a little bit like you could apply CSS to your Swing components.

    To use the System look and feel, nothing easier than calling this (before starting any UI related things):

    try {
        UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    } catch (ClassNotFoundException e) {
        e.printStackTrace();
    } catch (InstantiationException e) {
        e.printStackTrace();
    } catch (IllegalAccessException e) {
        e.printStackTrace();
    } catch (UnsupportedLookAndFeelException e) {
        e.printStackTrace();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently planning to develop a desktop Java application that I might want to
I am planning to develop a very simple java application (not mobile, but desktop
I'm planning to develop a remote desktop system consisting of: The desktop application that
I am planing to develop desktop application that will have multiple logins and according
I'm planning to develop an application that will get GPS data and show the
I'm planning to develop a web application that targets the iPhone. I will use
We are planning to develop a Flex application that must make AMF calls to
I am planning to develop an application that can calculate the limit of an
I am planning to develop a file transfer application. I have a file transfer
I am planning to develop an java application,so i am in search of some

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.