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
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
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
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
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