Current version: 1.5.2

Features

  • Display enhanced LOVs with the Look & Feel decoration

  • Display enhanced Alert Boxes with more than 3 options

  • Handle menus at runtime (add, enable, disable, show, hide, remove options)

  • Handle frames at runtime (add, move, modify, hide)

  • Play pre-loaded sounds

  • Receive external asynchronous messages

  • Draw texts anywhere on the screen

  • Display input dialogue boxes

  • JColorChooser


Version 1.5.2 comes with the following changes:

  • New enhanced text features using repeated patterns or image to fill the texts, and text rotation.

    A new method - ADD_TEXTUREPAINT() - has been added to the DrawLAF Bean to create Texture Paints that you can use to fill the texts added with the ADD_TEXT() method, but also with the ADD_RECT() method, and for the whole canvas via the SET_MOTIF() new method.
    The motif can be created from four different sources:
     

    • A shape description composed of primitives like moveTo, lineTo, quadTo and curveTo.
    • A matrix of colored points.
    • An image.
    • Horizontal and vertical line pre-defined pattern.

       



    Of course, these Texture Paints can be created from the CSS file, in the gui section's type (see the CSS file properties documentation).

    The laf.pll has also been updated.

    A new sample dialog - test_laf_enhanced_texts.fmb - has been added to the /fmb folder.


    See the Draw_LAF Java Bean properties documentation. particularly ADD_TEXT, ADD_RECT, ADD_TEXTUREPAINT and SET_MOTIF.



See the old version new features.

Oracle Forms Look and Feel Project created by Francois Degrelle