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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:15:55+00:00 2026-05-25T16:15:55+00:00

I am working on a project where there is a Java client that needs

  • 0

I am working on a project where there is a Java client that needs to run on both Windows and Mac. At the top is a search box, which appears correctly on Windows but incorrectly on Macintosh. You can also see how the cursor does not appear right.

Any help would be much appreciated in trying to work out why this is happening.

enter image description here

enter image description here

  • 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-25T16:15:55+00:00Added an answer on May 25, 2026 at 4:15 pm

    I would suggest either to reduce the font-size or make the box higher to accommodate the text inside the box.

    Also, if its not required that the GUI looks native, you might want to enable the NIMBUS look and feel (from Java 6u14 I think). I’ve made applications where its more important that the app looks the same between OSes, than it is that the app looks more like a native app on that OS. Your requirements might differ from app to app 🙂

    You can enable Numbus by calling (usually in public static void main(…):

       try {
            for (UIManager.LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) {
                if ("Nimbus".equals(info.getName())) {
                    UIManager.setLookAndFeel(info.getClassName());
                    break;
                }
            }
        } catch (Exception e) {
            // If Nimbus is not available, you can set the GUI to another look and feel.
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a project that include both Java (on the client side) and
I am working on a JAVA project in which there are multiple terminals. These
Im working on a Java project that needs to upload files using either REST
I'm working on a C++ project in which there are a lot of classes
In a project that I'm working, there's a table with a on update trigger,
I am working on a Java project that I want to deliver to my
I'm working on a project in Java, which is communicating with two serial port
I am working on a project that will utilize a client device on a
We are currently working on a project with both actionscript and Java. Up to
I am working on a project using Java and Spring 3. There is a

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.