0

I would like to skin Oracle Applications (the Human Resources professional user interface forms), similar to how you skin normal Java Swing applications; but can't find anything on Google on how to do this.

The application allows you to change the look and feel and colour, using these profile options:

Java Look And Feel Java Colour Scheme

It also provides two examples of look and feel. Basically I need to know the following. If I download a swing skin like Nimbus, where would I put this on the Oracle Application server that would allow it to be selectable by the Java Look and Feel profile option? You seem to also need to add it to the LOOK_AND_FEEL lookup, but I'm not sure where on the server it then picks it up.

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Superdooperhero
  • 7,584
  • 19
  • 83
  • 138

1 Answers1

0

Have a look at Francois Degrelle's Forms Look and Feel project. This is not an official Oracle extension but Oracle do endorse it.

It might not be the solution you want to use, but you could pick up some tips about indstallation. Find out more.

APC
  • 144,005
  • 19
  • 170
  • 281