Search Results

1
vote
2answers
229 views

How to programatically get current battery level with COCOA

How can I get the current battery level using the cocoa framework running with Leopard? Currently I am getting it running a NSTask with: pmset -g ps | grep -o -e [0-9]*% | …
3
votes
3answers
114 views

Calling a Java Program from a Cocoa Application

Hello, I can't find a decent Cocoa Charting Library so I would like to use JFreechart. Is there any way to call a Java program from a Cocoa Application? I was thinking in writing a …