Top "Translucency" questions

Can't transparent and undecorated JFrame in JDK7 when enabling nimbus

Look at this picture : here is the code that transparent's the frame: GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice gd = ge.getDefaultScreenDevice(); …

java swing java-7 nimbus translucency