Background Color to a Window

A right click on a window such as, say, Documents or any subwindow within that window such as Pictures will reveal a menu that includes "Show View Options". Among other things the view options allow one to change the background appearance. One may choose from white, color or picture. I like to select "color" and choose from the palette a very light gray and then click "OK" This cuts down on the glare of a pure white background. The problem is that the color selection does not hold. The next time I return to that window the background is of another color, sometimes so dark as to be near black. I can reset the color back to the light gray, and as often as not the next time I open that window the color is back to a much darker color again. Help would be appreciated.

OK, a further look seems to indicate that the unwanted background color change occurs only in a window containing thumbnail picture images (is that redundant?) For instance in Documents - Pictures - and then,say, Church Renovation, the background color in the Church Renovation window is not stable. It's different every time I open that window. Still need help.

Similar Messages

  • How to change background color in a window? Please help.

    Please help me to set background color to my window that includes some panels components.
    I have tried
    content.setBackground(Color.green); and
    frame.setBackground(Color.RED);
    but nothing works?
    Please what should I change in my code? Thanks already in advance for helping!!
    Main parts of my code:
    public void addComponentToPane(Container allComponents) throws IOException
    definePanels();
    allComponents.setLayout(new BoxLayout(allComponents, BoxLayout.Y_AXIS));
    allComponents.add(panel_introduction);
    allComponents.add(panel_n);
    allComponents.add(panel_resultTitle);
    allComponents.add(panel_w);
    allComponents.add(panel_testing);
    allComponents.setVisible(true);
    public static void main(String[] args) throws IOException
    try {
    GraphicsDevice device;
    Container content;
    JFrame frame = new JFrame("ImageOrder");
    device = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
    device.setFullScreenWindow(frame);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    SwingApplication app = new SwingApplication();
    content = frame.getContentPane();
    content.setBackground(Color.green);
    app.addComponentToPane(content);
    frame.setVisible(true);
    finally {
    System.out.println("helle");
    }

    import java.awt.Color;
    import javax.swing.*;
    class Test extends JFrame {
         public Test( ){
              getContentPane().setBackground(Color.RED);
              pack();
              setSize(500, 500);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
         public static void main(String[] argv) {
              new Test().setVisible(true);
    }

  • How to change background color in AutoComplete window ?

    Is it possible to change background color in AutoComplete window ?

    Bob, A.Ankit, you're both chasing a ghost here.
    The screenshot shows an autocomplete enabled textbox with its dropdown list of autocomplete values to choose from. There is no property defining its backcolor. Not in the textbox nor in any class, neither any other baseclass nor _combobox of _base.vcx
    The only way to chnage that color is not recommended, via changing windows theme colors. That would effect any window and control.
    If you need another color even turning off themes won't help as VFP doesn't offer any property controlling that color, so you really would need to implement the autocomplete feature yourself, if you want the specify this backcolor.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de

  • How can i set background color of child window in jdk 1.6

    Hi friends i hv devoloped simple java app using javax.swing.JFrame in which on click button event i open new child window using JFrame to draw some image.
    i set childs background color as setBackground(Color.lightGray);
    but the problem is,child window takse its background color same as its parent window.(i.e. main window's color or desktop ).i get this problem in jdk 1.6.but it is working fine in jdk 1.5.
    how can i set background color of child window in jdk 1.6 .
    plz solve my problem.
    thanks in advanced.

    Mo,
    Call me old fassioned, but I simply refuse to demangle SMS speak.
    You've got a whole keyboard, so learn how to use it.
    Keith.

  • How to change background color in small windows?

    MacBook Pro, OS 10.6.3, G5.
    When I open an image to edit, the adjustable small windows, e.g., Navigator, size, opacty, all have a dark gray background that makes reading the number almost impossible.  Surely I am doing something wrong but I'll be danged if I can figure out how to change that background.  In fact, in the individual preferences also, e.g., Units & Rulers, the "adjustable" small windows (Column Size: width, gutter; New Document Preset Resolutions: print resolution, screen resolution) are also very dark. 
    I have used Elements for Windows for years and have just received Elements 8 for Mac and this is extremely frustrating.  I appreciate your help and your patience as I try to sort this out and solved

    I greatly appreciate the two responses above. However I think I may be out of luck. The first response doesn't seem to include the Mac operating system, which I am using, and the second may not have understood my problem - but I could not figure out how to follow the advice given using "preferences" to even try it. It appears to be a matter of terrible user-oriented design by Adobe. I have in fact started again using my earlier version on my old XP Windows machine, as my brand new version is essentially useless to me - I simply can't read the dark grey numbers on the dark grey "windows".

  • Window Background color in Camera Raw 6.0

    I've recently upgraded to Windows 7 x64 and CS5.  Everything seemed normal the first couple days, but when I opened Camera Raw today, the background color of the window is an off-pink.  The image is fine, but the surrounding background color has changed from the traditional white.  Also, the color around the image previews on the left side is pink-ish as well as the background of the graph on the right.
    This is extremely distracting, does anyone know how to change it back?

    It will be in 6.1, not 6.0.
    See, for example, here:
    http://robgalbraith.com/bins/content_page.asp?cid=7-10050-10649

  • Menu text and background colors

    The menus in Acrobat Reader on Windows 7 seem to use:
    - System colors for text,
    - Forced grey for background color.
    My Windows 7 is setup to have light grey text on dark background. All other programs honor this. The result in Reader is that I have light grey text on grey background, which is not readable:
    The same is valid for the bookmarks field, as shown above.
    It's either:
    - take system colors for both background and foreground (preferred)
    - force colors for both background and foreground.
    You'd think that Adobe would know about that kind of problems...
    Is there a work-around?

    You have to clear your browser history/cache or all of the links you have visited in the past (while previewing) will show as the visited style which is a white background and black text.

  • An applescript to change the background color for all finder windows

    I'll start off by telling you what I am trying to achieve, then show you what I've tried.
    I have a macbook with several HDD's attached. what I want is for each of those hdd to have a specific finder window background color. so no matter where I am in that hdd the background color will always be the same. so for instance if I set the background color of hdd 2 to blue then as long as I see a blue background I know that I'm within hdd 2.
    I've tried setting up an applescript to do this but can only get it to change the open finder window, and none of the subfolders have their backgrounds changed.
    here is what I have so far:
    tell application "Finder"
    tell the icon view options of the front Finder window
    set the background color to {52942, 54484, 31097}
    end tell
    end tell
    so how do I get this to apply to all subfolders without opening each one and running the script.
    thanks in advance for any and all help with this

    According to this article:
    http://docs.info.apple.com/article.html?path=AppleScript/2.1/en/as2039.html
    it seems that the various options can only be set while the window is open and in icon view.
    Rather than manually opening the window of every single folder on the hard drive, it should be possible to write a script to open every folder in sequence, make sure it is in icon view, change its background, then close its window. I have never been any good at the "actions within actions" procedure needed for folders within folders, so maybe someone else with the necessary knowledge and experience might be able to assist in this regard. Such a script would probably take a few minutes to complete while it ran through "every folder of every folder", but it sure would be quicker to have the process automated than to do it by hand - computers are really good at repetitive tasks (as long as the instructions are accurate, of course!).
    On the other hand, you might like to try the following:
    open a few windows in icon view, choose Show View Options in the View menu (I'm in System 10.4), click the radio button All Windows, click the Color radio button under Background, then choose your color. It might achieve what you are trying to do.

  • How can i change the background color in the mobile windows adobe reader app? i want to change it from black to white but don't know how.

    really want to change the background color of my documents in the mobile app. ive tried to search the answer online, in blogs and other various 'life hacks' blogs or articles, but so far everyone is talking about the desktop version. i really want to figure this out. is there even an option for the mobile version for windows? the only editing icons when a document is open are: export, home, make public, search in document, highlight/strikethrough/underline/comment and continuous/single view. if there isnt an option to edit background color, can i suggest that the makers of the windows mobile version make one, and make it fast please! any help would be appreciated. -CHANGE BACKGROUND COLOR

    hi, thanks for helping me ...
    i have used the above url and made changes to my OAF page, but i didn't get the desired output and its also giving as the above code output .
    i kept OraBgGrayVeryDark in Css style in property inspector for every region including PageLayout and i also did some changes in cabo/styles/*.css classes.
    eventhough it is picking the color upto footer level only and it is not applying for advanced table also.
    can anyone please give your views in this..

  • Webcenter Spaces-Annoucements pop up window background color change

    Hi,
    I am using oracle webcenter 11g PS3.
    I am using ANNOUNCEMENT task flow in my webcenter spaces application, there i can make some UI based changes but i need to change the background color of POP UP window when i click on any announcement subject to view complete announcement and any way to customize some properties in announcements. please help. Thanks

    I am changing the lightblue  background (#F5F7F9) of the portal by downloading the theme
    and the unzip the portal.zip and then the default.properties:
    parPrtlBodyBackground=\#F5F7F9
    parDocumentBackgroundColor=\#F5F7F9
    Change the values to the required background color.
    Regards,
    Kai

  • Cannot change JToggleButton background color when Windows XP theme is used

    I wanted to change the background of a JToggleButton when it's pressed. I tried a few things, such as
    UIManager.put("ToggleButton.select", Color.RED);
    setting button's background, button's UI.
    but nothing worked.
    so I tried changing desktop theme from Windows XP to Windows Classic, then i was able to set button's background.
    The following is a simple test program, by switching theme, the toggleButton looks differently.
    Does anyone know how I can change JToggle button's background color under Windows XP theme?
    Thank you in advance!
    import javax.swing.*;
    import java.awt.*;
    public class ToggleTest {
        public static void createGUI(){
            JToggleButton button = new JToggleButton("Test");
            button.setBackground(Color.BLUE);
            JFrame testFrame = new JFrame("Test Frame");
            testFrame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
            testFrame.getContentPane().setLayout(new FlowLayout(FlowLayout.CENTER));
            testFrame.getContentPane().add(button);
            testFrame.pack();
            testFrame.setVisible(true);
        public static void main(String[] args){
            try{
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
                //UIManager.put("ToggleButton.select", Color.RED);
            catch(Exception ex){
                ex.printStackTrace();
            SwingUtilities.invokeLater(new Runnable(){
                public void run(){
                    createGUI();
    }

    class myToggleBtn extends JToggleButton {
      String s;
      public myToggleBtn(String str, Boolean sel) {
        super(str, sel);
        s = str;
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        if (this.isSelected()) {
             int w = getWidth();
             int h = getHeight();
             g.setColor(Color.green); //selected color
             g.fillRect(0, 0, w, h);
             g.setColor(Color.darkGray); //selected foreground color
             g.drawString(s, (w - g.getFontMetrics().stringWidth(s))/2 + 1, (h + g.getFontMetrics().getAscent())/2 - 1);
    }

  • Window Background Colors

    I found an earlier post, but couldn't reply, so here goes...
    When I select a background color for a view window in finder, it changes to a completely different (and often much uglier) color when I re-open Finder. I tried deleting the launch services cache files, but that didn't help at all.

    The earlier post from Feb 2006 is here:
    http://discussions.apple.com/thread.jspa?messageID=3346400&#3346400
    and describes the issue perfectly.
    We had just tried deleting all .DS_Store files using Cocktail and deleting all finder .plist files but the problem returns as soon as you change a windows color.
    Here's my post on the issue to another venue:
    My wife's new MacBook Pro Core2Duo has begun playing with her an not in a good way.
    On her previous G4 PowerBook she had set the colors of several of her Finder windows to be various pastel shades so they were easily distinguishable at a glance.
    She did the same on her new MacBook Pro, but after she closed any of these windows the next time they were opened they were assorted eye-tearing shades of green, violet and magenta. She would reset each one to a pastel shade and the next time she opened it they were yet some different blazing color. She has given up and has set all to the default white.
    I'm glad she had not set the backgrounds to be muted pictures of puppies and kittens - they would probably have re-opened as autopsy and roadkill photos.
    She has had this machine for less than a week. It has all the Apple updates. Disk was verified as fine in Disk Utility and AppleJack cleaned its caches, checked prefs, re-prebinded (?) and repaired permissions but she still had these inconstant folders.
    Seems unlikely to me that the .DS_Store file in every single folder she opens would get instantly corrupted.
    G5 2x2, G4 AGP, 17" MBP-C2D   Mac OS X (10.4.8)  

  • Setting Website Window Background Color ??

    I apologize for this novice level question - but how do I set
    a background color for the entire browser window?

    Modify > Page Properties > Appearance and select a
    Background color
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "tcraw1010" <[email protected]> wrote in
    message
    news:futu5p$fps$[email protected]..
    >I apologize for this novice level question - but how do I
    set a background
    >color for the entire browser window?

  • Bridge CS4: Changing preview window's background color

    How can I change the preview window's background color? (default is black) It happens that I have some black images with alpha (transparent background)  and being all black they blend with the preview window's background color. can this be changed?? I looked everywhere and the only thing I found is how to change bridge's appearance, but not the preview window's bg color. Thanx in advance

    Try changing the thumbnail style to HQ or ?, and see if that makes any difference.  In Quick thumbs it may not display layers.

  • CHANGING BACKGROUND COLORS ON MAIL VIEW WINDOW?

    The light blue area on the left of the mail view window seems to not have enough contrast to clearly read the number of emails sitting in a particular mailbox. Is there any way to customize the background color to make this more readable?
    Thanks,
    Bruce

    Bruce, do you see the darker blue background to increase the contrast with the number, or just the white number on the light blue background?
    should look like this:
    PB G4 17, 1.5 GHz, 1 GB ram   Mac OS X (10.4.6)  

Maybe you are looking for

  • Values Bifurcation in BEx Query Designer

    Dear BI Gurus, In a column we are getting both positive value and -ve value. We want to bifurcate the values and show only +ve value in one column and show -ve value in another column. Is it possible through Bex query designer? Please through some li

  • My ipad 2 no longer recognizes my apple sd card reader

    Can anyone tell me why my apple SD card reader stopped working?

  • Viewing Ipod NANO photos externally

    I love my new Ipod Nano (4gb model) but can't figure out why they would give us the capability to load photos but no capability to then view these on something like a tv, etc. Is there anything out there that will allow me to display the photos using

  • Probelm in adding system in SLD

    Hi, I added ECC system (ABAP technical sys) in SLD of EP. It was working fine. Now i removed it from SLD and trying to add it again. It is giving this error "CIM_ERR_ALREADY_EXISTS: Instance already exists: SAP_InstalledProduct.CollectionID="41402937

  • Java 3D with .obj files

    Hi, I'm pretty new to Java3D and so on a bit of an unphill struggle right now. I am trying to load a 3d obj file (that i created myself) into my program. It is a simple boat with a sail and a hull, I am trying to animate these parts of the object sep