Tagged Questions
0
votes
3answers
506 views
set different look and feels in Swing Application Framework jsr 296
My application uses SAF (jsr 296).
I want to use different look and feels on different platforms:
A default (Java) for Linux
And system (native) for Windows.
ADDED:
So far I hardcoded L&F for ...