I'm trying to create a application where the taskbar and the JPanel(for example) has the same color, so that they look connected. Just like Spotify!
My way of doing this was to frame.setUndecorated(true);
and then paint my own background and add Photoshopped jbuttons as exit and so on. It works, but! Its not very professional and not "right", I want to do this the proper way. I think they are using C++ at Spotify, but I'm more in to Java. Is that going to be a problem?