This is an automated email from the ASF dual-hosted git repository.
hectorespert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2a80ff5 Fixed broken link and asciidoc errors
new a0e245b Merge pull request #568 from huddeldaddel/Fix-LAF-page
2a80ff5 is described below
commit 2a80ff5916f1ff979f8d730c5648adb3f3c8032a
Author: Thomas Werner <[email protected]>
AuthorDate: Sun Oct 31 20:32:13 2021 +0100
Fixed broken link and asciidoc errors
---
.../src/content/wiki/DevFaqChangeLookAndFeel.asciidoc | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git
a/netbeans.apache.org/src/content/wiki/DevFaqChangeLookAndFeel.asciidoc
b/netbeans.apache.org/src/content/wiki/DevFaqChangeLookAndFeel.asciidoc
index 9d6abf8..5fe5909 100644
--- a/netbeans.apache.org/src/content/wiki/DevFaqChangeLookAndFeel.asciidoc
+++ b/netbeans.apache.org/src/content/wiki/DevFaqChangeLookAndFeel.asciidoc
@@ -29,12 +29,10 @@
== How can I set the Swing look and feel on startup?
-Generally, you can change the look and feel either by passing command line
arguments, e.g.<pre>
-netbeans --laf javax.swing.plaf.metal.MetalLookAndFeel
-</pre>
-or do so programmatically on startup in a module's
`link:DevFaqModulesGeneral.asciidoc[ModuleInstall]` class (generally if you're
installing a custom look and feel, you probably want to have a separate module
to do that; link:http://substance-netbeans.dev.java.net[some look and feels]
provide NetBeans modules to make it easy to use them.
+Generally, you can change the look and feel either by passing command line
arguments, e.g. ``netbeans --laf javax.swing.plaf.metal.MetalLookAndFeel``
+or do so programmatically on startup in a module's
`link:DevFaqModulesGeneral.asciidoc[ModuleInstall]` class. Generally if you're
installing a custom look and feel, you probably want to have a separate module
to do that. Some look and feels provide NetBeans modules to make it easy to use
them.
-If you want to test running with a different look and feel during development
of your application, and you know it will be on the application's classpath,
see the example in
link:DevFaqPassCommandLineArgumentsAtDevTime.asciidoc[DevFaqPassCommandLineArgumentsAtDevTime]
for how to include `--laf` in the runtime arguments to your module suite.
+If you want to test running with a different look and feel during development
of your application, and you know it will be on the application's classpath,
see the example in
link:HowToPassCommandLineArgumentsToANetBeansPlatformApplicationWhenRunInsideTheIDE.asciidoc[HowToPassCommandLineArgumentsToANetBeansPlatformApplicationWhenRunInsideTheIDE]
for how to include `--laf` in the runtime arguments to your module suite.
== Apache Migration Information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists