Skip Headers

Oracle9i Forms Developer and Forms Services Migrating Forms Applications from Forms6i
Release 2 (9.0.2)

Part Number A92183-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Index
Index

Go to previous page Go to next page

13
Java-Related Issues

This chapter describes migration steps to take if your Forms applications use Java-related components.

Using oracle.ewt Classes in Pluggable Java Components

Pluggable Java Components (PJCs) and JavaBeans use classes that are part of the oracle.ewt framework. When upgrading to Oracle9i Forms, there are steps you must take to ensure equivalent functionality.

JDK Versions and Font-Rendering Issues

When migrating Forms applications from JDK 1.1 to JDK 1.3 or higher, you may encounter font height changes. This is because the code that renders fonts underwent significant changes from JDK 1.1 to JDK 1.3. As a result of these changes, the font height for logical fonts of the same size increased in JDK 1.3. For example, a dialog font of size 12 points has a height of 15 points in JDK 1.1 and a height of 17 points in JDK 1.3.

In Forms applications, the font size changes may affect labels, which can overlap text fields. One possible workaround is to set the following applet parameter to "yes":

<PARAM NAME = "mapFonts" VALUE = "yes" >

After making this change, check the appearance of the font size to be sure it is acceptable. You may still need to modify the form if this workaround does not provide acceptable font sizes. See the Oracle9iAS Forms Services Deployment Guide for details.


Go to previous page Go to next page
Oracle
Copyright © , 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Index
Index