Re: Aqua Icons support on HiDPI displays.

2013-10-23 Thread Alexander Scherbatiy
On 10/19/2013 1:21 PM, Hendrik Schreiber wrote: On Oct 19, 2013, at 12:45 AM, Mike Swingler wrote: On Oct 18, 2013, at 4:49 AM, Alexander Scherbatiy wrote: The GetIconRef method is used in the CImage.m now to get the system icons on MacOSX. The NSImage + (id)imageNamed:(NSString *)name me

Re: Aqua Icons support on HiDPI displays.

2013-10-23 Thread Hendrik Schreiber
On Oct 23, 2013, at 5:38 PM, Alexander Scherbatiy wrote: >> >> may I ask through which API you intend to make the icons available? > > There is a way to load system images and icons on MacOS X in Java by using: > Toolkit.getDefaultToolkit().getImage("NSImage://NSImageName") method: > https://d

Re: Aqua Icons support on HiDPI displays.

2013-10-19 Thread Hendrik Schreiber
On Oct 19, 2013, at 12:45 AM, Mike Swingler wrote: > On Oct 18, 2013, at 4:49 AM, Alexander Scherbatiy > wrote: > >> The GetIconRef method is used in the CImage.m now to get the system icons on >> MacOSX. >> >> The NSImage + (id)imageNamed:(NSString *)name method can be used directly >> inst

Re: Aqua Icons support on HiDPI displays.

2013-10-18 Thread Mike Swingler
On Oct 18, 2013, at 4:49 AM, Alexander Scherbatiy wrote: > Hello, > > The GetIconRef method is used in the CImage.m now to get the system icons on > MacOSX. > > The NSImage + (id)imageNamed:(NSString *)name method can be used directly > instead. > > There are NSImageNameFolder, NSImageN

Aqua Icons support on HiDPI displays.

2013-10-18 Thread Alexander Scherbatiy
Hello, The GetIconRef method is used in the CImage.m now to get the system icons on MacOSX. The NSImage + (id)imageNamed:(NSString *)name method can be used directly instead. There are NSImageNameFolder, NSImageNameFolderBurnable, and NSImageNameFolderSmart constants but I can't f