1. How do I change the taskbar of a JDesktopPane? java-forums.orgI'm kinda stuck... I would like to create another taskbar. One separate of a JDesktopPane in Java. I've tried to grasp the taskbar manually (it is part of javax.swing.plaf.synth.SynthDesktopPaneU so SynthDesktopPaneUI's inner class TaskBar) Unfortunately, that is impossible. So I tried to Guy Davis' JXTaskbar, which did work, except for the fact that the taskbar IN the JDesktopPane still was visible ... |