I want to know if it is possible to set buttons
on taskbar ImageIcon
in a java program? I saw this work on MPCH player.
i placed my icon with like this:
mainframe.setIconImage(Toolkit.getDefaultToolkit().getImage(ClassLoader.getSystemResource("icon.jpg")));
how can i add controls on this part? thanks.