Color of title bar is magenta, BUG?

Yosemite
the color of title bar is not absolutely gray, it looks like magenta.
use color meter can confirm this problem.
in OSX 10.9, it is gray, but in OSX 10.10, it is magenta.
Is this a bug?
I can't insert image, you can see it here:
https://hrs73q.bn1301.livefilestore.com/y2pcBTHB7Mh1J4ojwuwBkuhxBdE9uiARhKXmc3tj 20_6s_712N9MiEb9l4sHgjb3vMzPHcERk5ZewypaO7xfE1WDUCrkuWLv0Upbh3F671TWVk/1.png
=======================
在Yosemite的标题栏上,活动窗口的标题栏颜色不是灰色,而是洋红色。
使用取色器可以确定它颜色真的很奇怪。
在OSX10.9中,确实是灰色的。而在10.10中则是洋红色。
请问这是BUG吗?

etresoft wrote:
It is a feature. The menu bar will change colour based on what is behind it.
No - this is not true for Toolbars. They are not translucent to stuff outside of themselves. Only to content inside of them. As with Safari.
At least on this system, Finder, Safari, System Preferences and any app with a toolbar is NOT translucent to its background. Only in Safari's to the content viewed within it like the Finder Side Bar...
To OP - It looks like bug. To me.
One that I can personally NOT recreate here.
Try this
Goto System Preferences > Accessibility and select Display from the list.
Then check "Reduce Transparency" and see if goes away - if it does not... Report it to apple.

Similar Messages

  • Get color of title bar

    Hi guys. How do i get the color of the title bar of my JFrame?

    try
    new Color(java.awt.SystemColor.windowBorder.getRGB())it might not be windowBorder but I think it is. Check out the docs on SystemColor there are a whole bunch of static variables you can try if windowBorder isn't the right one.

  • How can I change the color of a title bar?

    Ok, I have been looking for this answer for over a week now and nobody
    has yet given me an answer that works. So I am going to ask again.
    Here is a piece of code you can run to see what I am trying to do:
    public class RemoteDisplayFrame extends JFrame {
    public static final Color GRAY70 = new Color(179, 179, 179);
    public RemoteDisplayFrame() {
    super();
    public RemoteDisplayFrame(String title) {
    super(title);
         public void setBorderContent() {
    this.setUndecorated(true);
    JRootPane rootPane = this.getRootPane();
    rootPane.setWindowDecorationStyle( JRootPane.PLAIN_DIALOG );
    this.setRootPane( rootPane );
    public static void main( String [] args ) {
    RemoteDisplayFrame frame = new RemoteDisplayFrame( "Test Frame" );
    frame.setBorderContent();
    frame.pack();
    frame.show();
    Run this code and you should get a frame on your screen that has no
    close buttons, minimize buttons, or maximize buttons, and no menu.
    I want to change the title bar's color to a specific color.
    That color is GRAY70:
    public static final Color GRAY70 = new Color(179, 179, 179);
    If you have any idea on how to do this please do tell.

    AFAIK, you can't. I believe the title bar is rendered by the operating system, using the colors the user has chosen, consistently for all windows. Frankly, if your app could, it would annoy me, as I would still want all my windows to look consistent.

  • Change the background color of a title bar

    I'd like to know if it's possible to change the background color of a swing application title bar.
    Thanks in advance.

    In Windows I think you can change the overall look of the desktop - Standard Windows comes with a bluish scheme, but you can change that, say to something like greenish. On NT you do it using right click on desktop > Properties > Apperance > Scheme etc etc.
    So I think Frame title colour is very much a OS specified thing.

  • How to change the color of a title bar

    Hello !
    I try to change the color from my title bars, but I fail.
    I tried to change the activeCaption value to an other colour, but that didn�t work. Currently I use a own LAF and set it with UIManager.setLookAndFeel("dpg.beans.GuiWindowsLookAndFeel");
    import javax.swing.UIDefaults;
    import com.sun.java.swing.plaf.windows.WindowsLookAndFeel;
    public class GuiWindowsLookAndFeel extends WindowsLookAndFeel {
      protected void initSystemColorDefaults(UIDefaults table) {
        String[] colors = {
           "activeCaption", "#B0171F" 
         loadSystemColors(table, colors, false);
    }I also used the complete stringarray from WindowsLookAndFeel and only changed that one color. Still no changes.
    Any ideas ?

    import javax.swing.*;
    import java.awt.*;
    class Testing
      public void buildGUI()
        UIManager.put("activeCaption", new javax.swing.plaf.ColorUIResource(Color.YELLOW));
        JFrame.setDefaultLookAndFeelDecorated(true);
        JFrame f = new JFrame();
        f.setSize(200,100);
        f.setLocationRelativeTo(null);
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.setVisible(true);
      public static void main(String[] args)
        SwingUtilities.invokeLater(new Runnable(){
          public void run(){
            new Testing().buildGUI();
    }

  • How to report Safari title bar rendering bug?

    I have captured a screenshot of a Safari for Windows bug where the title bar renders incorrectly when the "Develop" menu is turned on. Where can I submit this information?

    Click Help -> Report bugs to Apple...
    This method allows you to send your bug report directly to Apple. Thanks for sharing this info with the forum. I was not able to reproduce this error.

  • Changing color on the title bar

    How can I during runtime change the color of the title bar? I want to flash the title bar to warn, but I haven't found the function to set the color of it yet...
    Thanks in advance!
    Regards,
    Andreas

    since 1.4 you can use
    JFrame.setDefaultLookAndFeelDecorated( true );
    JDialog.setDefaultLookAndFeelDecorated( true );to get jframes and jdialogs looking like jinternalframes. but i don't know if it is now possible to change the color.
    tobias

  • Title bar buttons have no color...why?

    I have only seen colored buttions in the title bar a handful of times on my iMac since i bought it new. I have searched forums and the web and no anser I can find anywhere.
    Does anyone on here have any idea why this would happen? Could it possibly be tied in with the gray screen I get when booting up? I had this issue both before and after I had to swap my internal drive out.
    Thanks.
    Shawn

    I'm doing this from memory, so bear with me.
    Go to the Apple Menu in the upper left hand corner of the screen.
    Click on it and select "System Preferences..."
    Click on the "General" icon.
    At the top of the General Pane should be "Appearance:".
    Make certain Appearance is set to "Blue" and not "Graphite".

  • Color of the title bar

    HI
    How do you change the color of the title bar of a frame....also is it possible to paint an image on the tile bar so that its looks could be enhanced..pls help

    Hi Arya,
    There are 2 questions here, 1 is simple to answer the other is quite difficult.
    How do you change the color of the title bar of a frameSimply add the colors you want to the UIManager
    UIManager.put("Frame.activeTitleBackground", new ColorUIResource(YOURCOLOUR_BACKGROUND));
    UIManager.put("Frame.activeTitleForeground", new ColorUIResource(YOURCOLOUR_FOREGROUND));
    UIManager.put("Frame.inactiveTitleBackground", new ColorUIResource(YOURCOLOUR_INACTIVE_BACKGROUND));
    UIManager.put("Frame.inactiveTitleForeground", new ColorUIResource(YOURCOLOUR_INACTIVE_FOREGROUND));
    also is it possible to paint an image on the tile bar This is a bit more tricky. You will need to implement your own RootPaneUI which in turn uses a TitlePane class that represents the title bar. In your implementation of the title bar you will handle adding an image.
    Have a look at MetalRootPaneUI and MetalTitlePane to get an idea about the implementation.
    N35Sy

  • Change the color of text in the title bar

    Hi,
    I have a JFrame. I want to be able to change the color of the text in the title bar. Do any of you know how to do this ?
    Please let me know.
    Thanks
    Sangeetha

    If you are using Windows, you do it through the Control Panel tool for customizing your desktop display. If you are using some other system, I don't know. You can't do it from your Java program.

  • Customising the color of a window's title bar

    I am using form 10g. How can I customise the color of a window's title bar besides the changes that are brought about by toggling formsweb.cfg parameter look and feel? I mean if I wanted it to be gray/black?
    Is the way just for interest. Does anyone know?
    Thanks

    Hi,
    as far as i am aware of, there is no such option
    Frank

  • Safari title bar has two different colors

    Ever since installing Mountain Lion, Safari's title bar is two different colors: behind the title of the page, and the bookmark bar are both dark grey:
    I deleted .plists and whatnot, and that didn't work.  Also, I created a new user profile, and the colors are correct.  Help!

    After doing some digging, I found this:
    https://discussions.apple.com/thread/4141536?start=0&tstart=0
    and this:
    https://discussions.apple.com/message/19038993#19038993
    Also, I enabled the debug menu in Safari and clicked "Use Buffered Windows," and this is the result:
    Compared to my girlfriend's computer (brand-spankin' new, right out of the box), this still isn't 100% correct, but it is close.
    Also, I checked console (after I unchecked "Use Buffered Windows"), and it says "Invalid unbuffered shadow parameters."  Does anyone know what that means or how to fix it?

  • Colors in the SBO title bar

    We have several customers that ask about changing the colors in the SBO title bar.  By the title bar, I'm referring to the dark blue window border at the top that contains the minimize/restore/close buttons.  The comment has been that these buttons are hard to see.
    SBO support has said that changing the colors of the title bar is not possible.  We can change the colors of the window contents, but not the title bar.  Also, SBO does not respond to changes in Windows screen settings for active or inactive title bars.
    There is a "colors" entry in the SAP registry, but we have no idea what it does.

    Do you mean that you want to set the frame's icon image, the image that some window managers show in the left corner of the window title bar? You would use the setIconImage method for that, the swing tutorial has an example: http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html#setDefaultLookAndFeelDecorated

  • How can I change the width and color of the title bar of the JFrame

    I would like to use the UImanager to change the look and feel of the title bar on all of my JFrames. How is this possible.
    Thanks in advance.

    I appologize for being rude, and thank you for your response.
    The reason I did not respond was that I don't think that your answer solves the question of top level containers (specifically JFrame). I have been researching the net and some of the text books to come up with an answer before I respond. To this point, I believe that the answer has something to do with changing the boundary. If this is the case I'm within four or five hours of the solution, and will publish. If not, back to the drawing board.

  • How can I get back the title bar in Thunderbird 38?

    The title bar can be turned on and off in Firefox. In the current version of Thunderbird (31), the title bar is present by default and there is no option to turn it off. In the beta version (38), there is no title bar by default… but I can't believe that there's no way to get it back. So, where is this setting? I can't find it.

    I sure agree that the setting isn't easily discoverable, but that's too late for the 38.0 release given that string freezes went in effect already (the reason being that localizers have to translate all UI elements for their respective language).
    The respective [https://bugzilla.mozilla.org/show_bug.cgi?id=814571 bug report] has been up for more than two years, but thus far not much progress in terms of a solution acceptable by the developers. I don't know if the extension proposed in the last comment was ever developed and posted.

Maybe you are looking for

  • Change background color of alternating rows in listview

    Hi all, Does anyone know how to change the background color of alternating rows in a listview in Visual Basic 2013? Best regards, Randy Boulter

  • External Monitor screen flicker fixed

    I had a problem with my 3rd party external mornitor that kept flickering. It happened all of a sudden and was a constant flicker that was really annoying. Anyways, I discovered that when the mini-dvi connector is near my speakers(which are unshielded

  • Accounting documents not released

    Hi Guru's When saving the billing document the accouting documents were not released ,wat may b the probable reason.I have checked the sd configuration,It was ok .Pls let me know wat may be the missed link . Thanks in advance rgds

  • AQ With 1...N data

    Hi, i want to know if i can define the data in the table with a cardinality of 1...N Clients, defining a Object Type "Client" and make an arrangement of that object.

  • No .avi Audio In Perian Quicktime

    G'day Guys, have a problem where Quicktime has stopped playing audio on .avi files. I have Perian 1.2.2 installed and everything was working fine up until about a month ago. I can play any other video files okay, and can play .avi files in vlc with n