How to change NetBeans window background color?

Windows 7 Home Premium Personalization problem: window color and taskbar?

  • I have windows 7 home premium with an Asus laptop with 64-bit operating system, and there are a few problems with my personalization settings. First, whenever i uncheck the "auto-hide the taskbar" option in the taskbar settings and click "ok", it doesn't save. It stays unhidden until I restart or log off the computer. When I do turn the computer on or log in, the taskbar is set on autohide again. I've tried every combination of locking and not locking the taskbar with the autohide unchecked. Second problem: Whenever I change the desktop background and save the settings, it changes to a white background with the Asus logo faded in the middle. The background settings never stay the way I want them to. Third: Whenever I try to change the window and taskbar colors, nothing happens. I even tried an Aero Theme and each time a clicked on a new one (each have different prechosen window colors) the window colors remained a pale blue. Nothing changed. Also, with Aero themes, window color options are usually shone as tinted boxes, but on my computer it is shown as basic window color options (like from windows 98 or something...very old fashioned). What is wrong with my personalization settings? How come nothing is staying the way I want them to? Any help is welcomed. Even if you cant help with all of them, let me know if you know how to fix any problem.

  • Answer:

    I Created a batch file to alter Win 7 themes So my missus could have a pink theme. It turned out to be better and do more than i expected. Wanna give it a go? I'ts called Hez Theme (My Missus's names heather) Link -> http://www.sendspace.com/file/6eys5z Here is the code: @echo off echo. echo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - echo - Press Any Key to Automatically install Heathers Theme - echo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - pause>nul :Taking Ownership And Permissions Takeown /f C:\Windows\Explorer.exe >nul Takeown /f C:\Windows\System32\Explorerframe.dll >nul Takeown /f C:\Windows\System32\Shell32.dll >nul ICACLS C:\Windows\Explorer.exe /grant Administrators:F >nul ICACLS C:\Windows\System32\Explorerframe.dll /grant Administrators:F >nul ICACLS C:\Windows\System32\Shell32.dll /grant Administrators:F >nul :Changing Required System Files move c:\Windows\Explorer.exe c:\Windows\Explorer.backup >nul move c:\Windows\system32\Explorerframe.dll c:\Windows\system32\Explorerframe.backup >nul move c:\Windows\system32\shell32.dll c:\Windows\system32\shell32.backup >nul Xcopy "c:\Hez Theme\Files\Explorer.exe" c:\Windows /y >nul Xcopy "c:\Hez Theme\Files\Explorerframe.dll" c:\Windows\system32 /y >nul xcopy "c:\Hez Theme\Files\Shell32.dll" c:\Windows\system32 /y >nul :Copying Custom Theme Xcopy "c:\Hez Theme\Theme" "c:\Windows\Resources\Themes" /y /e >nul "Hez theme.exe" echo - - - - - - - - - - - - - - - - - - echo - All Done... Removing Temp Files - echo - - - - - - - - - - - - - - - - - - ping -n 3 127.0.0.1>nul rd "c:\Hez Theme" /s /q

Courtney at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.