Category: | Feature request |
Priority: | Low |
Status: | Assigned |
Project: | Severity: | Trivial |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Issue moved from:
https://sourceforge.net/tracker/index.php?func=detail&aid=1477706&group_...
Consult the original issue for any attachments.
[ 1477706 ] Kunststoff look and feel
Submitted By: Sanjeev Saha - sanjeevsaha
Date Submitted: 2006-04-27 07:23
Last Updated By: sanjeevsaha - Comment added
Date Last Updated: 2006-04-28 11:05
Number of Comments: 3
Number of Attachments: 0
Category: Interface Improvements (example)
Assigned To: Giulio Toffoli
Priority: 5
Summary:
Kunststoff look and feel
Hello:
Can an additional Look and feel be added to the already existing list? This is the freely available Kunststoff look from Incors.org.
Url: http://www.incors.org/archive/
I've used this LnF before and will be more than happy to integrate it and provide the patch.
Regards,
Sanjeev
Comments
Date: 2006-04-28 11:05
Sender: sanjeevsaha
Logged In: YES
user_id=1111007
Wonderful! Works like a charm.
Providing a way for dynamic LnF sounds like a very good idea :o)
Thanks!
Sanjeev
Date: 2006-04-28 11:03
Sender: sanjeevsaha
Logged In: YES
user_id=1111007
Wonderful! Works like a charm.
Providing a way for dynamic LnF sounds like a very good idea
:o)
Thanks!
Sanjeev
Date: 2006-04-27 07:46
Sender: gt78SourceForge.net SubscriberProject Admin
Logged In: YES
user_id=616744
Yes, you can.
Add this lines to Misc.java:
Row 571:
l.add("KunststofLAF");
Row 596:
} else if(s.equals("KunststofLAF")) {
javax.swing.UIManager.setLookAndFeel("com.incors.plaf.kunststoff.KunststoffLookAndFeel");
I'll provide a way to plug new L&F dinamically.
Giulio