Kann man die verwendete GUI Theme Engine bei Java auch Global einstellen
-
oder ist das nur innerhalb einer Java Anwendung möglich und von dieser auch abhängig, ob diese, diese Einstellung bietet?
-
Ich denke du meinst das Look&Feel?
Aus http://java.sun.com/docs/books/tutorial/uiswing/misc/plaf.html
Specifying the Look and Feel: swing.properties
Yet another way to specify the current look and feel is to use the swing.properties file to set the swing.defaultlaf property. This file is located in the lib directory of the Java release. For example, if you're using the Java interpreter in javaHomeDirectory\bin, then the swing.properties file (if it exists) is in javaHomeDirectory\lib. Here is an example of the contents of a swing.properties file:
# Swing properties
swing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel