From 0d81a5a9a33a6bf59c02cc6e6727533584c8fc98 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 4 Mar 2022 12:19:35 +0000 Subject: [PATCH] JAL-3608 added to LaF documentation --- help/help/html/features/commandline.html | 5 ++++- help/help/html/releases.html | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/help/help/html/features/commandline.html b/help/help/html/features/commandline.html index 0ef78f9..ac462e0 100644 --- a/help/help/html/features/commandline.html +++ b/help/help/html/features/commandline.html @@ -85,10 +85,13 @@ open /Applications/Jalview.app --args -open ~/myalignment.fa(put
  • -Dlaf=nimbus (Java's alternative Nimbus Look and Feel)
  • -Dlaf=mac (only has an effect on OSX)
  • -Dlaf=gtk (only has an effect on Linux)
  • +
  • -Dlaf=metal (force Java's Metal Look and Feel, default on linux)
  • +
  • -Dlaf=quaqua (macOS only. Force attempt at old macOS theme)
  • +
  • -Dlaf=vaqua (macOS only. Force attempt at modern macOS theme)
  • The currently configured look and feel is logged to Jalview's console. Once the look and feel has been changed, it will be stored in - Jalview's .jalview_properties file for future Jalview sessions. + Jalview's .jalview_properties file for future Jalview sessions. This property is PREFERRED_LAF and can also be used to set the Look and feel by editing your .jalview_properties file.

     

     

    diff --git a/help/help/html/releases.html b/help/help/html/releases.html index 9f44951..b91d3ac 100755 --- a/help/help/html/releases.html +++ b/help/help/html/releases.html @@ -185,6 +185,9 @@ li:before { Improved compatibility of Jalview build with Java 17 (next LTS target) +
  • + Options to allow user to choose the (Swing) Look and Feel used by Jalview +
  • -- 1.7.10.2