-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
1.2.0
-
x86, sparc
-
solaris_2.6
A script can be used to bring the test up without hassling with the JavaTest
harness.
#!/bin/ksh
#JDK=/net/ultrajaguar.eng/export/jdk12x/`/bin/uname -p`/jdk1.2FCS_O
#JDK=/net/mulder.eng/export/mulder3/jdk12x/`/bin/uname -p`/jdk1.2FCS_M
JDK=/net/mulder.eng/export/mulder3/jdk12x/`/bin/uname -p`/jdk1.2FCS_R
JCK=/net/ultralynx.eng/export/kumarsv/jck/JCK-12a-O
PATH=${JDK}/bin:/usr/dt/bin:/usr/bin:/bin:/usr/openwin/bin
LD_LIBRARY_PATH=/usr/dt/lib:/usr/openwin/lib
CLASSPATH=.:${JCK}/classes:${JCK}/javatest.jar
export PATH
export LD_LIBRARY_PATH
export CLASSPATH
if [ ! -f JInternalFrameTests.html ]; then
cp ${JCK}/tests/api/javax_swing/interactive/JInternalFrameTests.html .
fi
if [ ! -f JInternalFrameTests.java ]; then
cp ${JCK}/tests/api/javax_swing/interactive/JInternalFrameTests.java .
fi
java -Djava.compiler=none javasoft.sqe.tests.api.javax.swing.interactive.JInternalFrame.JInternalFrameTests -TestCaseID JInternalFrameTest0005
Once the test window is up
(1) Click on the "Maximize" tool on the JInternalFrame.
(2) Use the mouse to grab the right edge of the enclosing Frame and resize rightwards.
The top of the JInternalFrame will disappear. The JInternalFrame cannot be moved
downwards and cannot be restored in size.
The bug was not present in build M. It was introduced in either build N or build O.
allan.jacobs@Eng 1998-11-12
- duplicates
-
JDK-4176733 REGRESSION: JDesktopPane setVisible(true) need before adding JInternalFrames
-
- Resolved
-