Kopieren Sie den Codecode wie folgt:
import javax.swing.JFrame;
Die öffentliche Klasse TansluFrame erweitert JFrame
{
öffentlicher TansluFrame()
{
com.sun.awt.AWTUtilities.setWindowOpacity(this, 0.6f);
}
public static void main(String[] args)
{
TansluFrame Frame = new TansluFrame();
frame.setTitle("Transluzentes Fenster");
frame.setSize(400, 300);
frame.setVisible(true);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
}