-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
x86
-
windows_2000
ingrid.yao@Eng 2001-05-30
J2SE Version (please include all output from java -version flag):
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
Does this problem occur on J2SE 1.3? Yes / No (pick one)
No problem by using JDK1.3 or JDK1.3.1
Bug Description:
The User Interface components are wider than under JDK 1.3 so the
scroll bars draw partially clipped.
Steps to Reproduce (be specific):
1. bring up the attached sample application -
java -Dhttp.proxyHost=webcache-cup -Dhttp.proxyPort=8080 -jar InternetQuran.jar
2. it is noticeable in the first and third panels. You can see
the scroll bar is partially clipped. This does not happen with JDK 1.3.
The user interface is entirely in Arabic. The first panel is a table
of contents for the Koran. Each row is a chapter. You can select from
here a chapter and press the 'show' button at the bottom left. The show
button takes you to the Koran text view in the third panel.
(p.s. the Arabic font will look garbage on Java 1.3. This is because the
font depends on new features of Java 1.4. The comparison with 1.3 is only
with regard to the width of the Swing components under 1.4.)