Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

A gradient painted canevas

A gradient painted canevas

Purpose Here is a Java Bean that allows to paint the current canevas with a Java gradient. It needs the JRE 1.4 (Sun Java Plug-in) The Java code PaintCanevas.java The implementation class of the B ean oracle.forms.fd.PaintCanevas The methods you can call...

Lire la suite
Publicité

A Swing button PJC

A Swing button PJC

Purpose Here is a Swing JButton that overloads a standard PJC's button. It needs the JRE 1.4 (Sun Java Plug-in) It allows to have a standard Forms button with some nice decoration features. You can apply a gradient color, set rounded borders, justify...

Lire la suite

A multi-record PJC

A multi-record PJC

Purpose Here is a text item's PJC that can be used in multi-records Forms tables. It allows to have a coherent behaviour in a multi-record table for items that record number are greater than the number of records displayed. In the standard way, you can...

Lire la suite

Drag 'n Drop

Drag 'n Drop

Purpose Here is a Java bean that allows to Drag 'n Drop between Forms items. You can Drag 'n Drop between mono and multi-line text fields and between images . Because the "real Java" Drag 'n Drop is not implemented in the Forms application, This one is...

Lire la suite
Publicité

PJC : A blinking text item

PJC : A blinking text item

Purpose Here is a PJC for textfields that allows to have a blinking behaviour. This behaviour could be easily applied to other kind of items, like Command buttons for instance. The Java code BlinkTextField.java The implementation class of the Text Item...

Lire la suite

A multiline package

A multiline package

Purpose Here is a collection of PJCs that allow to have multiline labels and tooltips. The tooltips can have a nice decoration like Java gradients, and be displayed anywhere on the screen. It needs, at least, the Sun Java plugin 1.4 to run. It won't run...

Lire la suite