The location to install Adobe CS4 brushes depends on the OS
- Mac: /Library/Application Support/Adobe/Adobe Photoshop CS4/Presets.
- Windows XP: [Drive]:\Document and Settings\\Application Data\Adobe\Adobe Photoshop CS4\Presets
- Windows Vista: [Drive]:\Users\\AppData\Roaming\Adobe\Adobe Photoshop CS4\Presets.
Copy the brush set (.abr file) into the appropriate Presets directory and they will appear as presets in the Photoshop (you will need to restart Photoshop before they show up).
written by objects
\\ tags: adobe, brush, brush set, CS3, CS4, mac, macos, photoshop, Vista, windows, XP
The method System.nanoTime() is implemented on Windows using the QueryPerformanceCounter API if available. How the QueryPerformanceCounter is implemented is hardware dependent.
written by objects
\\ tags: nanoTime, system, time, windows
The method System.currentTimeMillis() is implemented using GetSystemTimeAsFileTime on the Windows platform.
This means it uses the same low resolution value that Windows maintains and is pretty quick.
written by objects
\\ tags: currentTimeMillis, system, time, windows