與此相關的問題: Is The Java Tutorials Translucent Window example giving trouble to those playing with jdk7? 與jdk1.6.0_26我似乎能夠應用到半透明一個JFrame,但jre7並非如此: NativeException:java.awt.IllegalComponentStateException:
我試圖讓我的Activity半透明,即透視,但它不工作。它總是不透明的。這是到目前爲止我的代碼: public class SvetlinTranslucentActivity extends Activity {
/** Called when the activity is first created. */
@Override
public void onCre
我試圖在我的應用程序中以紅色陰影畫一個矩形,但我需要使其具有透明度,以便它下面的組件仍然可以顯示。但是我仍然希望某些顏色仍然會顯示。我正在繪製的方法如下: protected void paintComponent(Graphics g) {
if (point != null) {
int value = this.chooseColour(); // used to re