I've an applet with a layered pane.
The layered pane has 2 panels
The bottom panel is blue and is opaque.
The other panel (on top) is "inside" the first panel and IS
OPAQUE.
When the applet is started it shows the applet and
panels correctly (I can see through the opaque panel).
But if I minimize the applet and restore it, the opaque
panel now is white and non opaque.
Could you give some help? Thanks in advance.
Regards,
Fernando H. Pratti
mail: fhpratti@yahoo.com.br
System:
Windows 2000
JDK 1.4.1_01
liquid 0.2.9-alpha5
Command line:
Compile: javac MyApplet.java
Run: java -classpath .;liquidlnf.jar MyApplet
The sample described above