I have a little control-panel, just a little application that I made. I would like to minimize/put the control-panel up/down with the systemicons, together with battery life, date, networks etc.
Anyone that can give me a clue, link to a tutorial or something to read?
As of Java 6, this is supported in the
SystemTrayandTrayIconclasses.SystemTrayhas a pretty extensive example in its Javadocs:You could also check out this article, or this tech tip.