简单的调用系统API. Windows NT/2000/XP: Included in Windows 2000 and later.Windows 95/98/Me: Included in Windows 98 and later.Header: Declared in Wingdi.h; include Windows.h.Library: Use Msimg32.lib. void CTransparentBltTestDlg::OnPaint() { CPaintDC dc(this)…
首先理由ps生成一个背景透明的png图片,然后设置JPanel面板的透明属性,也就是panel.setOpaque(false);设置为透明 class MyPanel extends JLayeredPane{ public myPanelOne panel = new myPanelOne(); public MyPanel(){ setPreferredSize(new Dimension(600, 600)); setLayout(null); panel.setBackground(C…