April 2004

How to colorize some user interface images...

I would like to change the Aqua tint of user interface elements such as buttons (without affecting the grays)...
More...

On multi-screen machine, how to know on which screen is the cursor and how to move a window to a specified screen ?

For a specific problem - little bit like the screen control panel - I need to know on which screen is the cursor and to be able to move a window to a specified screen...
More...

How to be alerted when user presses a modifier key ?

If the user presses only modifiers key (shift, alt, command, …) the keyDown/keyUp methods of the first responder are not called. What to do if I need to be notified of these events ?
More...

NSTableView and Java

I'm writing a Cocoa application in java that uses the JDBC to hook up to a postgresql database. I want to display results from database queries in an NSTableView, however I can't seem to find any NSTableView Java examples. Can somebody give me some tips!? Thanks in advance.
More...