Take an U5 running Sol 7 with a PGX32 and bring it into the following mode:
# /usr/sbin/GFXconfig -propt
--- OpenWindows Configuration for /dev/fbs/gfxp0 ---
OWconfig: machine
Video Mode: 1280x1024x76
Depth: 8+24
Then install the latest production release for Solaris which is java 1.2.1_02
at the moment. It can be found under http://java.sun.com/products/jdk/1.2/
Then try the following demo:
cd /usr/demo/JAVA1.2/demo/jfc/Metalworks
/usr/java1.2/bin/java Metalworks
You should see black blocks instead of popup menus. Basically, no swing
based application works with a PGX32.
# /usr/sbin/GFXconfig -propt
--- OpenWindows Configuration for /dev/fbs/gfxp0 ---
OWconfig: machine
Video Mode: 1280x1024x76
Depth: 8+24
Then install the latest production release for Solaris which is java 1.2.1_02
at the moment. It can be found under http://java.sun.com/products/jdk/1.2/
Then try the following demo:
cd /usr/demo/JAVA1.2/demo/jfc/Metalworks
/usr/java1.2/bin/java Metalworks
You should see black blocks instead of popup menus. Basically, no swing
based application works with a PGX32.
- duplicates
-
JDK-4243518 All menus are in black with SwingSet (java demo) on PGX32 display
- Resolved