SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[java] Java Look and Feel (L&F)
Home
Question
Java Look and Feel (L&F)
There is a lot of possibilities for LaFs :
The
native
for your system
The
nimbus
LaF
Web LaF
The
substance
project (forked into the
Insubstantial
project)
Napkin LaF
Synthetica
Quaqua
(looks like aqua from MacOS X)
Seaglass
JGoodies
Liquidlnf
The Alloy Look and Feel
PgsLookAndFeel
JTatoo
Jide look and feel
etc.
Resources :
Best Java Swing Look and Feel Themes | Top 10
(A lot of the preview images on this page are now missing)
oracle.com - Modifying the Look and Feel
wikipedia.org - Pluggable look and feel
Java2s.com - Look and feel
Related topics :
Java gui look and feel changes
Open source laf[look n feel] for java swing application
Examples related to
java
•
Under what circumstances can I call findViewById with an Options Menu / Action Bar item?
•
How much should a function trust another function
•
How to implement a simple scenario the OO way
•
Two constructors
•
How do I get some variable from another class in Java?
•
this in equals method
•
How to split a string in two and store it in a field
•
How to do perspective fixing?
•
String index out of range: 4
•
My eclipse won't open, i download the bundle pack it keeps saying error log
Examples related to
swing
•
Calling another method java GUI
•
Read input from a JOptionPane.showInputDialog box
•
Call japplet from jframe
•
Java JTable getting the data of the selected row
•
What does .pack() do?
•
How to add row of data to Jtable from values received from jtextfield and comboboxes
•
How can I check that JButton is pressed? If the isEnable() is not work?
•
Load arrayList data into JTable
•
How to draw a circle with given X and Y coordinates as the middle spot of the circle?
•
Simplest way to set image as JPanel background
Examples related to
look-and-feel
•
Java Look and Feel (L&F)