Giter Club home page Giter Club logo

Comments (2)

hendriks73 avatar hendriks73 commented on July 17, 2024

If you are using the regular OpenJDK, you need to wait until https://bugs.openjdk.java.net/browse/JDK-8214131 is fixed. Alternatively, you can use a JetBrains JDK from https://bintray.com/jetbrains/intellij-jdk/openjdk8-osx-x64 (or perhaps https://bintray.com/jetbrains/intellij-jdk/openjdk9-osx-x64 , but I have not tried v9 yet).

To enable dark title bars set this client property on your JFrame or JDialog, i.e. on your RootPaneContainer:

public static final String JETBRAINS_AWT_WINDOW_DARK_APPEARANCE = "jetbrains.awt.windowDarkAppearance";
JFrame window = ...
window.getRootPane().putClientProperty(JETBRAINS_AWT_WINDOW_DARK_APPEARANCE, true);

from darcula.

freeasbird avatar freeasbird commented on July 17, 2024

Thank you for your reply @hendriks73
With the JDK solution, each Jframe or jdialog will write the special code again, that isn't good solution. :))))

I mean , is there a way let the Darcula wrap the special code or other simple way.
Or use a fake title:
f.setUndecorated(true); f.getRootPane().setWindowDecorationStyle(......); .......

It's just a suggestion for the project, it's not an issue for Darcula itself. :)

from darcula.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.