Re: [Java-gnome-developer] Tray icon status
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2006-09-19 04:03:59
|
On Mon, 2006-09-18 at 21:09 +0200, Kyrre Ness Sjobak wrote: > Doesn't Azureus have a tray icon? How do they do it? "Doing it" technically isn't the problem. It's "doing" the implementation that takes work. In the current 2.x series Java bindings, it takes considerable marginal effort, say, O(10N) to add N of API.* As with any open source project, it is what people contribute, so hopefully someone will contribute the work who needs it. My expectation is that in the future, adding API will be trivial, of the complexity O(1), which is actually the justification for investing in that work. AfC Sydney *: People through "Order N" around all the time; I get the sense that many don't really know what they're talking about - ie, I don't. I would have thought that Order (2N) is generally equal to Order (N), but perhaps it's not quite as logarithmic as I expected. Anyway, the point is, right now our bindings take a lot of manual labour to add shit. |